mirror of
https://github.com/YunoHost-Apps/leed_ynh.git
synced 2024-09-03 19:26:32 +02:00
8 lines
124 B
PHP
Executable file
8 lines
124 B
PHP
Executable file
<?php
|
|
if(!file_exists('constant.php')) {
|
|
header('location: install.php');
|
|
exit();
|
|
}
|
|
require_once('common.php');
|
|
|
|
?>
|