Set svn:keywords "Id" on every file except images and configfiles

This commit is contained in:
Florian Aders (EleRas)
2010-01-25 09:11:52 +00:00
parent 305179d90f
commit 66ac89698f
206 changed files with 206 additions and 206 deletions

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.storeSettingApsPhpExtensions.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function storeSettingApsPhpExtensions($fieldname, $fielddata, $newfieldvalue)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.storeSettingApsWebserverModules.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function storeSettingApsWebserverModules($fieldname, $fielddata, $newfieldvalue)

View File

@@ -11,7 +11,7 @@
* @copyright (c) the authors
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.sys_get_temp_dir.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
if(!function_exists('sys_get_temp_dir'))

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.correctMysqlUsers.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function correctMysqlUsers($mysql_access_host_array)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.getTables.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.findDirs.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.isConfigDir.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.makeCorrectDir.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.makeCorrectFile.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.makePathfield.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.makeSecurePath.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.mkDirWithCorrectOwnership.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.safe_exec.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.getFormFieldDataBool.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function getFormFieldDataBool($fieldname, $fielddata, $input)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.getFormFieldOutputBool.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function getFormFieldOutputBool($fieldname, $fielddata)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.validateFormFieldBool.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function validateFormFieldBool($fieldname, $fielddata, $newfieldvalue)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: constant.formfields.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
if(!defined('FORMFIELDS_PLAUSIBILITY_CHECK_OK'))

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.getFormFieldOutputDate.php 2735 2009-11-06 09:52:59Z flo $
* @version $Id$
*/
function getFormFieldOutputDate($fieldname, $fielddata)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.manipulateFormFieldDataDate.php 2735 2009-11-06 09:52:59Z flo $
* @version $Id$
*/
function manipulateFormFieldDataDate($fieldname, $fielddata, $newfieldvalue)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.validateFormFieldDate.php 2735 2009-11-06 09:52:59Z flo $
* @version $Id$
*/
function validateFormFieldDate($fieldname, $fielddata, $newfieldvalue)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.buildForm.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function buildForm($form)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.checkPlausibilityFormField.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function checkPlausibilityFormField($fieldname, $fielddata, $newfieldvalue, $allnewfieldvalues)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.getFormFieldData.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function getFormFieldData($fieldname, $fielddata, $input)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.getFormFieldOutput.php 2733 2009-11-06 09:32:00Z flo $
* @version $Id$
*/
function getFormFieldOutput($fieldname, $fielddata)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.getFormGroupOutput.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function getFormGroupOutput($groupname, $groupdetails)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.manipulateFormFieldData.php 2735 2009-11-06 09:52:59Z flo $
* @version $Id$
*/
function manipulateFormFieldData($fieldname, $fielddata, $newfieldvalue)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.prefetchFormFieldData.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function prefetchFormFieldData($fieldname, $fielddata)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.processForm.php 2733 2009-11-06 09:32:00Z flo $
* @version $Id$
*/
function processForm($form, $input, $url_params = array())

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.returnField.php 2735 2009-11-06 09:52:59Z flo $
* @version $Id$
*/
function returnField($fieldname, $fielddata, $newfieldvalue)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.saveForm.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function saveForm($fielddata, $newfieldvalue)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.saveFormField.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function saveFormField($fieldname, $fielddata, $newfieldvalue)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.validateFieldDefinition.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function validateFieldDefinition($field)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.validateFormDefinition.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function validateFormDefinition($form)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.validateFormField.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function validateFormField($fieldname, $fielddata, $newfieldvalue)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.getFormFieldOutputHidden.php 2733 2009-11-06 09:32:00Z flo $
* @version $Id$
*/
function getFormFieldOutputHidden($fieldname, $fielddata)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.validateFormFieldHidden.php 2733 2009-11-06 09:32:00Z flo $
* @version $Id$
*/
function validateFormFieldHidden($fieldname, $fielddata, $newfieldvalue)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.getFormFieldDataInt.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function getFormFieldDataInt($fieldname, $fielddata, $input)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.getFormFieldOutputInt.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function getFormFieldOutputInt($fieldname, $fielddata)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.validateFormFieldInt.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function validateFormFieldInt($fieldname, $fielddata, $newfieldvalue)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.getFormFieldOutputLabel.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function getFormFieldOutputLabel($fieldname, $fielddata)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.validateFormFieldLabel.php 2733 2009-11-06 09:32:00Z flo $
* @version $Id$
*/
function validateFormFieldLabel($fieldname, $fielddata, $newfieldvalue)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.getFormFieldDataOption.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function getFormFieldDataOption($fieldname, $fielddata, $input)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.getFormFieldOutputOption.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function getFormFieldOutputOption($fieldname, $fielddata)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.prefetchFormFieldDataOption.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function prefetchFormFieldDataOption($fieldname, $fielddata)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.validateFormFieldOption.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function validateFormFieldOption($fieldname, $fielddata, $newfieldvalue)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.getFormFieldOutputString.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function getFormFieldOutputString($fieldname, $fielddata)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.validateFormFieldString.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function validateFormFieldString($fieldname, $fielddata, $newfieldvalue)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.getFormFieldOutputText.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function getFormFieldOutputText($fieldname, $fielddata)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.validateFormFieldText.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function validateFormFieldText($fieldname, $fielddata, $newfieldvalue)

View File

@@ -14,7 +14,7 @@
* @author Froxlor Team <team@froxlor.org> (2010)
* @license GPLv2 http://files.froxlor.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.createAWStatsConf.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.createAWStatsVhost.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.getAdmins.php 2735 2009-11-06 09:52:59Z flo $
* @version $Id$
*/
function getAdmins($limit_resource = '')

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.getCustomerDetail.php 2735 2009-11-06 09:52:59Z flo $
* @version $Id$
*/
function getCustomerDetail($customerid, $varname)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.getCustomers.php 2735 2009-11-06 09:52:59Z flo $
* @version $Id$
*/
function getCustomers($limit_resource = '')

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.getIpAddresses.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function getIpAddresses()

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.getIpPortCombinations.php 2733 2009-11-06 09:32:00Z flo $
* @version $Id$
*/
function getIpPortCombinations($ssl = null)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.getLanguages.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function getLanguages()

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.getSessionUserDetail.php 2735 2009-11-06 09:52:59Z flo $
* @version $Id$
*/
function getSessionUserDetail($varname)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.inserttask.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.loadConfigArrayDir.php 2735 2009-11-06 09:52:59Z flo $
* @version $Id$
*/
function loadConfigArrayDir($data_dirname)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.updateCounters.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: constant.logger.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
if(!defined('USR_ACTION'))

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.ask_yesno.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.buildNavigation.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.getCorrectFullUserDetails.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.getCorrectUserSalutation.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.getTemplate.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.makecheckbox.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.makeoption.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.makeyesno.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.redirectTo.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.standard_error.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.standard_success.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.array_merge_prefix.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function array_merge_prefix($array1, $key_prefix, $array2)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.array_trim.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.doubleval_ressource.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.html_entity_decode_array.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.html_entity_decode_complete.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.htmlentities_array.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.intval_ressource.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.replace_variables.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.str_replace_array.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.stripslashes_array.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.stripslashes_complete.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.getSetting.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function getSetting($settinggroup, $varname)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.loadSettings.php 2729 2009-09-20 10:33:50Z flo $
* @version $Id$
*/
function loadSettings($settings_data, $db)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.saveSetting.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function saveSetting($settinggroup, $varname, $newvalue)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.storeSettingDefaultIp.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function storeSettingDefaultIp($fieldname, $fielddata, $newfieldvalue)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.storeSettingField.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function storeSettingField($fieldname, $fielddata, $newfieldvalue)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.storeSettingHostname.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function storeSettingHostname($fieldname, $fielddata, $newfieldvalue)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.storeSettingIpAddress.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function storeSettingIpAddress($fieldname, $fielddata, $newfieldvalue)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.storeSettingMysqlAccessHost.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function storeSettingMysqlAccessHost($fieldname, $fielddata, $newfieldvalue)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.buildValidMailFrom.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.checkMysqlAccessHost.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function checkMysqlAccessHost($fieldname, $fielddata, $newfieldvalue, $allnewfieldvalues)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.checkUsername.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
function checkUsername($fieldname, $fielddata, $newfieldvalue, $allnewfieldvalues)

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.makeCorrectDestination.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.validate.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.validateDomain.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.validateEmail.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

View File

@@ -12,7 +12,7 @@
* @author Florian Lippert <flo@syscp.org>
* @license GPLv2 http://files.syscp.org/misc/COPYING.txt
* @package Functions
* @version $Id: function.validateUrl.php 2724 2009-06-07 14:18:02Z flo $
* @version $Id$
*/
/**

Some files were not shown because too many files have changed in this diff Show More