1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-31 05:51:28 +00:00

fix schema version in backend.php

This commit is contained in:
Andrew Dolgov
2005-11-10 05:38:45 +01:00
parent 7ec2a838ef
commit 54139a7454

View File

@@ -1,5 +1,5 @@
<?
define(SCHEMA_VERSION, 2);
define(SCHEMA_VERSION, 1);
$op = $_GET["op"];