10 lines
356 B
PHP
10 lines
356 B
PHP
<?php
|
|
$FilesDir = str_replace("files", "",dirname(__FILE__));
|
|
|
|
require_once''.$FilesDir.'user/config.php';
|
|
echo '<b>Menu</b> | <a href="'.$root_path.'">'.$home_display.'</a> | <a href="'.$root_path.'user">'.$user_panel.'</a> | <a href="'.$root_path.'administration">'.$administration.'</a>
|
|
<br>_____________________________________________';
|
|
|
|
?>
|
|
|