mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 00:54:08 +02:00
Move $VERSION and version() to VERSION
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
namespace Adminer;
|
||||
|
||||
if (substr($VERSION, -4) != '-dev') {
|
||||
if (substr(VERSION, -4) != '-dev') {
|
||||
if ($_SERVER["HTTP_IF_MODIFIED_SINCE"]) {
|
||||
header("HTTP/1.1 304 Not Modified");
|
||||
exit;
|
||||
|
Reference in New Issue
Block a user