Changeset 17622 for branches/version-2/data/class/SC_Initial.php
- Timestamp:
- 2008/09/22 14:30:32 (18 years ago)
- File:
-
- 1 edited
-
branches/version-2/data/class/SC_Initial.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2/data/class/SC_Initial.php
r17540 r17622 176 176 function createCacheDir() { 177 177 if (defined("HTML_PATH")) { 178 if (!file_exists(COMPILE_DIR)) { 178 umask(0); 179 if (!file_exists(COMPILE_DIR)) { 179 180 mkdir(COMPILE_DIR); 180 181 }
Note: See TracChangeset
for help on using the changeset viewer.
