Changeset 1692 for trunk/gregarius/init.php
- Timestamp:
- 02/21/07 17:25:20 (20 months ago)
- Files:
-
- 1 modified
-
trunk/gregarius/init.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/init.php
r1583 r1692 35 35 36 36 function rss_require($file,$once=true) { 37 $required_file = rss_home_dir() .$file;37 $required_file = dirname(__FILE__) . '/'. $file; 38 38 if ($once) { 39 39 require_once($required_file); … … 50 50 rss_require('rss_extra.php'); 51 51 } 52 53 52 //////////////////////////////////////////////////////////////////////////////// 54 53 // Bootstrap … … 67 66 rss_require('plugins.php'); 68 67 rss_require('cls/user.php'); 69 //rss_require('config.php');70 71 72 73 68 74 69 ////////////////////////////////////////////////////////////////////////////////
