Go to the source code of this file.
Functions | |
| recurse_chown_chgrp ($mypath, $uid, $gid) | |
| chmodRecursive ($mypath, $filePermission, $dirPermission) | |
| systemOptionsLockdownUnlock () | |
| saveSystemOptions () | |
Variables | |
| PHP | $page_author = $creator_name |
| $page_author_email = $creator_email | |
| $page_menu = 1 | |
| $page_date = formatTime( time() ) | |
| $page_title = i18n("System options") | |
| chmodRecursive | ( | $ | mypath, | |
| $ | filePermission, | |||
| $ | dirPermission | |||
| ) |
| recurse_chown_chgrp | ( | $ | mypath, | |
| $ | uid, | |||
| $ | gid | |||
| ) |
Function by greg _at_ rhythmicdesign d.o.t com in the PHP manual
Definition at line 26 of file systemoptions.php.
Referenced by systemOptionsLockdownUnlock().
| saveSystemOptions | ( | ) |
Definition at line 90 of file systemoptions.php.
References $setup_folder, $systemOptions, and array_export().

| systemOptionsLockdownUnlock | ( | ) |
Definition at line 68 of file systemoptions.php.
References $setup_folder, $systemOptions, chmodRecursive(), and recurse_chown_chgrp().

| PHP $page_author = $creator_name |
Definition at line 17 of file systemoptions.php.
| $page_author_email = $creator_email |
Definition at line 18 of file systemoptions.php.
| $page_date = formatTime( time() ) |
Definition at line 20 of file systemoptions.php.
| $page_menu = 1 |
Definition at line 19 of file systemoptions.php.
| $page_title = i18n("System options") |
Definition at line 21 of file systemoptions.php.
1.5.5