Changeset 749
- Timestamp:
- 10/11/2007 05:55:23 AM (21 months ago)
- Files:
-
- 1 modified
-
branches/1.1.6.4/libs/Wakka.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1.6.4/libs/Wakka.class.php
r748 r749 1280 1280 #echo 'handler: '.$handler.'<br/>'; 1281 1281 // now check if a handler by that name exists 1282 #echo 'checking path: '.$this->GetConfigValue(' wikka_handler_path').DIRECTORY_SEPARATOR.$handler.DIRECTORY_SEPARATOR.$handler.'.php'.'<br/>';1283 $exists = file_exists($this->GetConfigValue(' wikka_handler_path').DIRECTORY_SEPARATOR.$handler.DIRECTORY_SEPARATOR.$handler.'.php');1282 #echo 'checking path: '.$this->GetConfigValue('handler_path').DIRECTORY_SEPARATOR.'page'.DIRECTORY_SEPARATOR.$handler.'.php'.'<br/>'; 1283 $exists = file_exists($this->GetConfigValue('handler_path').DIRECTORY_SEPARATOR.'page'.DIRECTORY_SEPARATOR.$handler.'.php'); 1284 1284 // return conclusion 1285 1285 return $exists;