Server geändert

This commit is contained in:
aschwarz
2023-04-25 13:12:22 +02:00
parent fb4155128c
commit 236d44ba25
1355 changed files with 5391 additions and 5391 deletions

View File

@ -4,10 +4,10 @@
* Copyright (C) 2003-2006 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
* https://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
* https://www.fckeditor.net/
*
* "Support Open Source software. What about a donation today?"
*
@ -39,7 +39,7 @@
var('myeditor') = fck_editor(
-instancename='FCKeditor1',
-basepath=$basepath,
-initialvalue='This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.'
-initialvalue='This is some <strong>sample text</strong>. You are using <a href="https://www.fckeditor.net/">FCKeditor</a>.'
);
$myeditor->create;

View File

@ -4,10 +4,10 @@
* Copyright (C) 2003-2006 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
* https://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
* https://www.fckeditor.net/
*
* "Support Open Source software. What about a donation today?"
*
@ -93,7 +93,7 @@ function ChangeLanguage( languageCode )
-instancename='FCKeditor1',
-basepath=$basepath,
-config=$config,
-initialvalue='This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.'
-initialvalue='This is some <strong>sample text</strong>. You are using <a href="https://www.fckeditor.net/">FCKeditor</a>.'
);
$myeditor->create;

View File

@ -4,10 +4,10 @@
* Copyright (C) 2003-2006 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
* https://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
* https://www.fckeditor.net/
*
* "Support Open Source software. What about a donation today?"
*
@ -67,7 +67,7 @@ function ChangeToolbar( toolbarName )
var('myeditor') = fck_editor(
-instancename='FCKeditor1',
-basepath=$basepath,
-initialvalue='This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.'
-initialvalue='This is some <strong>sample text</strong>. You are using <a href="https://www.fckeditor.net/">FCKeditor</a>.'
);
if(action_param('Toolbar'));

View File

@ -4,10 +4,10 @@
* Copyright (C) 2003-2006 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
* https://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
* https://www.fckeditor.net/
*
* "Support Open Source software. What about a donation today?"
*
@ -73,7 +73,7 @@ function ChangeSkin( skinName )
var('myeditor') = fck_editor(
-instancename='FCKeditor1',
-basepath=$basepath,
-initialvalue='This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.'
-initialvalue='This is some <strong>sample text</strong>. You are using <a href="https://www.fckeditor.net/">FCKeditor</a>.'
);
if(action_param('Skin'));

View File

@ -4,10 +4,10 @@
* Copyright (C) 2003-2006 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
* https://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
* https://www.fckeditor.net/
*
* "Support Open Source software. What about a donation today?"
*