Redirecciona a la pagina principal si se intenta acceder a una desconocidad

This commit is contained in:
Juan Ferrer Toribio 2015-10-08 10:22:59 +02:00
parent c7ad0240b8
commit 4ea9fdac72
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.227-deb8) stable; urgency=low
hedera-web (1.228-deb8) stable; urgency=low
* Initial Release.

View File

@ -123,6 +123,8 @@ if (file_exists ($basePath))
require ($basePath .'/html.php');
}
else
header ('Location: ./');
myExitHandler ();