working now

Former-commit-id: 4ea0cf9e5dbdb0385e1e7eb2bfb89b1c4ba14719
This commit is contained in:
2016-05-16 02:24:44 +02:00
parent f77caa03f2
commit c3d4fe39d0
12 changed files with 104 additions and 34 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
$prod = defined('STDIN');
$root = $prod ? '' : 'http://192.168.1.13';
$root = $prod ? '' : 'http://192.168.1.15';
$menu = [
'home' => [ $prod ? '/home' : '/page_home.php', 'Home' ],