forked from halo-battle/game
Fix settings for dev
This commit is contained in:
parent
f88f9499d0
commit
1bcad3d120
5 changed files with 10 additions and 9 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
define('INDEX', 1);
|
||||
//Inclusion de l'API Onyx
|
||||
require_once(trim(file_get_contents('../.onyx')));
|
||||
require_once(trim(file_get_contents('./.onyx')));
|
||||
|
||||
$SESS = new Session();
|
||||
|
||||
|
|
@ -55,4 +55,4 @@ else
|
|||
ImageTTFText($_img, 20, mt_rand(1,5), rand(1,7), 30, $avant_plan, $fontfile, $captcha);
|
||||
|
||||
imagepng($_img);
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue