Update all class test files in admin with proper named header

This commit is contained in:
Clemens Schwaighofer
2022-05-13 13:34:54 +09:00
parent 63aeebdee0
commit 2b689b666a
35 changed files with 371 additions and 35 deletions

View File

@@ -51,10 +51,12 @@ $l10n = new \CoreLibs\Language\L10n(
);
$backend = new CoreLibs\Admin\Backend($db, $log, $l10n, $locale);
$PAGE_NAME = 'TEST CLASS: ADMIN BACKEND';
print "<!DOCTYPE html>";
print "<html><head><title>TEST CLASS: ADMIN BACKEND</title><head>";
print "<html><head><title>" . $PAGE_NAME . "</title><head>";
print "<body>";
print '<div><a href="class_test.php">Class Test Master</a></div>';
print '<div><h1>' . $PAGE_NAME . '</h1></div>';
// set acl, from eg login acl
print "SETACL[]: " . $backend->setACL(['EMPTY' => 'EMPTY']) . "<br>";