mirror of
https://github.com/vrana/adminer.git
synced 2026-07-01 00:09:00 +02:00
Use namespaces in plugins
This commit is contained in:
@@ -13,7 +13,7 @@ class AdminerDotJs {
|
||||
|
||||
function head() {
|
||||
if (file_exists(self::FILENAME)) {
|
||||
echo script_src(self::FILENAME . "?v=" . crc32(file_get_contents(self::FILENAME))), "\n";
|
||||
echo Adminer\script_src(self::FILENAME . "?v=" . crc32(file_get_contents(self::FILENAME))), "\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user