mirror of
https://github.com/e107inc/e107.git
synced 2025-08-22 06:03:27 +02:00
eURL - removing left-over debug code
This commit is contained in:
@@ -9,8 +9,8 @@
|
|||||||
* URL Handler
|
* URL Handler
|
||||||
*
|
*
|
||||||
* $Source: /cvs_backup/e107_0.8/e107_handlers/e107Url.php,v $
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/e107Url.php,v $
|
||||||
* $Revision: 1.8 $
|
* $Revision: 1.9 $
|
||||||
* $Date: 2008-12-02 00:32:30 $
|
* $Date: 2008-12-02 01:20:36 $
|
||||||
* $Author: secretr $
|
* $Author: secretr $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -102,7 +102,7 @@ class eURL
|
|||||||
$pref['url_config'][$section]
|
$pref['url_config'][$section]
|
||||||
);
|
);
|
||||||
$fileName = $filePath.'/'.$urlType.'.php';
|
$fileName = $filePath.'/'.$urlType.'.php';
|
||||||
var_dump('FileName: '.$fileName, $handler);
|
|
||||||
if (is_readable($fileName))
|
if (is_readable($fileName))
|
||||||
{
|
{
|
||||||
include_once ($fileName);
|
include_once ($fileName);
|
||||||
|
Reference in New Issue
Block a user