| Current Path : /home/users/unlimited/www/admin.ondemand.codeskitter.site/app/ThirdParty/ |
| Current File : /home/users/unlimited/www/admin.ondemand.codeskitter.site/app/ThirdParty/MyHooks.php |
<?php
class MyHooks {
public static function my_hook() {
if (file_exists('install/index.php')) {
header("location:install/");
die();
}
}
}
?>