forked from verdnatura/hedera-web
Redirecciona a la pagina principal si se intenta acceder a una desconocidad
This commit is contained in:
parent
c7ad0240b8
commit
4ea9fdac72
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (1.227-deb8) stable; urgency=low
|
hedera-web (1.228-deb8) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -123,6 +123,8 @@ if (file_exists ($basePath))
|
||||||
|
|
||||||
require ($basePath .'/html.php');
|
require ($basePath .'/html.php');
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
header ('Location: ./');
|
||||||
|
|
||||||
myExitHandler ();
|
myExitHandler ();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue