1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/leed_ynh.git synced 2024-09-03 19:26:32 +02:00
leed_ynh/sources/header.php
2014-06-17 17:41:03 -04:00

8 lines
124 B
PHP
Executable file

<?php
if(!file_exists('constant.php')) {
header('location: install.php');
exit();
}
require_once('common.php');
?>