fix schema version in backend.php
This commit is contained in:
parent
7ec2a838ef
commit
54139a7454
|
@ -1,5 +1,5 @@
|
||||||
<?
|
<?
|
||||||
define(SCHEMA_VERSION, 2);
|
define(SCHEMA_VERSION, 1);
|
||||||
|
|
||||||
$op = $_GET["op"];
|
$op = $_GET["op"];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue