mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 09:18:54 +00:00
Fix the wrong config.php path.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
* reason, it will allow the password hash on the account to be changed.
|
||||
* Hopefully that will allow admin access to fix any further problems.
|
||||
*/
|
||||
require_once dirname(__FILE__) . '/../../../www/config.php';
|
||||
require_once(dirname(__FILE__) . "/../../../bin/config.php");
|
||||
|
||||
use newznab\db\Settings;
|
||||
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
require_once dirname(__FILE__) . '/../../../www/config.php';
|
||||
require_once(dirname(__FILE__) . "/../../../bin/config.php");
|
||||
|
||||
use newznab\db\Settings;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user