- Timestamp:
- 12/07/07 21:17:13 (15 years ago)
- Location:
- dev
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/includes/globals.php
r273 r278 1 1 <?php 2 2 // current subversion revision 3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision: 27 3$', $match);3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision: 278 $', $match); 4 4 define('SVN_REV', $match[1]); 5 5 -
dev/mods/xajax/init.php
r259 r278 8 8 $xajax = new xajax(); // Create xajax object 9 9 //$xajax->setFlag('debug',true); 10 $xajax->processRequest(); 10 11 require_once("mods/".$mod."/functions.php"); // require functions. 11 12 $xajax->processRequest();