bernd commited on 2008-08-13 10:05:40
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
| ... | ... |
@@ -47,7 +47,7 @@ require_once("inc/base.php");
|
| 47 | 47 |
ini_set('include_path',ini_get('include_path').':./modules/'.dirname($go).'/include:');
|
| 48 | 48 |
|
| 49 | 49 |
/* Look where we are (but let the module override) */ |
| 50 |
-$section = str_replace("/", "_", str_replace(".php", "", $go));
|
|
| 50 |
+$section = str_replace("/", "_", $go);
|
|
| 51 | 51 |
|
| 52 | 52 |
/* Let the module work */ |
| 53 | 53 |
include("modules/".$go.".php");
|
| 54 | 54 |