Skip to content

Commit

Permalink
Path fixes for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
CaMer0n committed Jan 23, 2021
1 parent e9f4bc2 commit 3af8c13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admin_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
*/

require_once('../../class2.php');
require_once(__DIR__.'/../../class2.php');
if (!getperms('P'))
{
e107::redirect('admin');
Expand Down
2 changes: 1 addition & 1 deletion login.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

if(!defined('e107_INIT'))
{
require_once("../../class2.php");
require_once(__DIR__.'/../../class2.php');
}

// Make this page inaccessible when plugin is not installed.
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

if(!defined('e107_INIT'))
{
require_once("../../class2.php");
require_once(__DIR__.'/../../class2.php');
}

// Make this page inaccessible when plugin is not installed.
Expand Down

0 comments on commit 3af8c13

Please sign in to comment.