Fix settings for dev
This commit is contained in:
parent
f88f9499d0
commit
1bcad3d120
5 changed files with 10 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<configs active="1" root="C:/Users/Pierre-Olivier/Programmation/PHP/halo-battle/htdocs/" cache="1">
|
||||
<config match="admin.php">
|
||||
<configs active="1" root="/usr/src/hb-main/htdocs/" cache="1">
|
||||
<config match="/admin.php">
|
||||
<var name="menu">
|
||||
<var name="accueil">?p=accueil</var>
|
||||
<var name="courrier">?p=courrier</var>
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
if(!defined('ONYX')) exit;
|
||||
|
||||
$___profile['db'] = 'halo_battle';
|
||||
$___profile['db'] = 'hb_game';
|
||||
$___profile['host'] = 'localhost';
|
||||
$___profile['user'] = 'root';
|
||||
$___profile['pass'] = 'rmss169';
|
||||
$___profile['user'] = 'hb';
|
||||
$___profile['pass'] = 'hb';
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue