Files
luos/workflow/engine/methods/install/r.php
2010-12-02 23:34:41 +00:00

9 lines
220 B
PHP

<?php
$sh=md5(filemtime(PATH_GULLIVER."/class.g.php"));
$h=G::encrypt("localhost".$sh."mysql-root".$sh."mysql-root-password".$sh.(1),$sh);
$db_text = "
HASH_INSTALLATION={$h}\n
SYSTEM_HASH: {$sh}\n";
echo $db_text;
?>