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:
@@ -1,5 +1,5 @@
|
||||
<?
|
||||
define(SCHEMA_VERSION, 2);
|
||||
define(SCHEMA_VERSION, 1);
|
||||
|
||||
$op = $_GET["op"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user