|
19.07.2005, 10:57
Vek откройте файл modules.php
найдите там (123):
PHP код:
include("header.php"); OpenTable(); echo "<center>"._MODULENOTACTIVE."<br><br>" .""._GOBACK."</center>"; CloseTable(); include("footer.php");
Замените на:
PHP код:
header("Location: index.php");
|
|