mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 00:28:34 +02:00
Unused file
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
// downloaded from repository by verifyVersion() before Adminer 3.0.0
|
||||
(function () { // cookie function is not defined in older versions
|
||||
var date = new Date();
|
||||
date.setDate(date.getDate() + 7); // valid for 7 days
|
||||
document.cookie = 'adminer_version=2.3.2; expires=' + date; // last released version
|
||||
})();
|
Reference in New Issue
Block a user