OpenSencillo  2015.002
file Class Reference
+ Inheritance diagram for file:
+ Collaboration diagram for file:

Public Member Functions

 __construct ($name)
 __destruct ()

Detailed Description

Definition at line 78 of file core_functions.php.


Constructor & Destructor Documentation

__construct ( name)

Switch folders chmod to 0777

Parameters:
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);
        }

Switch folders chmod to 0700

Parameters:
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);
        }

The documentation for this class was generated from the following file:
 All Data Structures Files Functions Variables