Fix settings for dev

This commit is contained in:
nemunaire 2020-11-15 17:18:12 +01:00
commit 1bcad3d120
5 changed files with 10 additions and 9 deletions

View file

@ -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);
?>
?>