Version 1.14a
This commit is contained in:
parent
ba8f323879
commit
dc48225dc9
1094 changed files with 189052 additions and 13889 deletions
14
htdocs/tests/mdp.php
Normal file
14
htdocs/tests/mdp.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
//Définition de la constante anti-hacking
|
||||
define("INDEX", 1);
|
||||
define("DEBUG", true);
|
||||
|
||||
//Inclusion de l'API Onyx
|
||||
require_once(trim(file_get_contents('../.onyx')));
|
||||
require_once("common.php"); //Chargement de tout le nécessaire pour le jeu
|
||||
|
||||
//var_dump(mdp("nemunaire", "pompom"));
|
||||
|
||||
|
||||
var_dump(check_mdp("AzErTyUiOp"));
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue