Changeset 2629 for branches/1.1-beta/lib/config.php
- Timestamp:
- 12/01/06 17:05:18 (2 years ago)
- Files:
-
- 1 modified
-
branches/1.1-beta/lib/config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1-beta/lib/config.php
r2606 r2629 31 31 32 32 function requireComponent($name) { 33 if (!ereg('^[[:alnum:]]+[[:alnum:].]+$', $name)) 34 return; 33 //if (!ereg('^[[:alnum:]]+[[:alnum:].]+$', $name)) return; 35 34 include_once (ROOT . "/components/$name.php"); 36 35 }
