|
OpenSencillo
2015.002
|
Inheritance diagram for file:
Collaboration diagram for file:Public Member Functions | |
| __construct ($name) | |
| __destruct () | |
Definition at line 78 of file core_functions.php.
| __construct | ( | $ | name | ) |
Switch folders chmod to 0777
| string | $name |
Reimplemented from fileSystem.
Definition at line 84 of file core_functions.php.
{
chmod("../fw_core/", 0777);
chmod("../fw_cache/", 0777);
chmod("../fw_headers/", 0777);
chmod("../fw_modules/", 0777);
chmod("../fw_libraries/", 0777);
chmod("../fw_script/", 0777);
chmod("../", 0777);
}
| __destruct | ( | ) |
Switch folders chmod to 0700
| string | $name |
Definition at line 98 of file core_functions.php.
{
chmod("../fw_core/", 0700);
chmod("../fw_cache/", 0700);
chmod("../fw_headers/", 0700);
chmod("../fw_modules/", 0700);
chmod("../fw_libraries/", 0700);
chmod("../fw_script/", 0700);
chmod("../", 0700);
}