mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-02 02:19:16 +00:00
fix schema version in backend.php
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?
|
||||
define(SCHEMA_VERSION, 2);
|
||||
define(SCHEMA_VERSION, 1);
|
||||
|
||||
$op = $_GET["op"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user