mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
overall directory tree cleanup
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/usr/bin/php
|
||||
<?php
|
||||
set_include_path(get_include_path() . PATH_SEPARATOR . "include");
|
||||
|
||||
define('DISABLE_SESSIONS', true);
|
||||
|
||||
chdir(dirname(__FILE__));
|
||||
@@ -120,7 +122,7 @@
|
||||
}
|
||||
|
||||
db_close($link);
|
||||
|
||||
|
||||
if ($lock_handle != false) {
|
||||
fclose($lock_handle);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user