1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-10 08:34:20 +02:00

Unused file

This commit is contained in:
Jakub Vrana
2010-10-15 12:49:58 +02:00
parent 340570421c
commit 4c562fd7cc

View File

@@ -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
})();