change pass

This commit is contained in:
3x0k1d 2025-05-05 07:57:42 +03:00
parent 0123599347
commit 9dd47f6b44

View File

@ -9,7 +9,7 @@ $checker = new BaseModule(
$checker->printInfo();
$dbPath = '/tmp/test.dbf';
$dbPath = '/home/u525748/php84test.ff14wiki.ru/www/tmp/test.dbf';
$def = array(
array("date", "D"),
@ -18,13 +18,14 @@ $def = array(
array("email", "C", 128),
array("ismember", "L")
);
echo "Я Тут";
if (!file_exists($dbPath)){
echo "Я тута";
if (!dbase_create($dbPath, $def)) {
echo "<p>Error! Unable to create database<p>";
}
}
echo "Я пу пу пу";
$db = dbase_open($dbPath, 0)
or die("Error! Unable to open database file '$dbPath'.");