Skip to content

Commit

Permalink
Nothing important - Remove whitespaces..
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Nov 28, 2018
1 parent 961d1ac commit b592d02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common.php
Expand Up @@ -99,10 +99,10 @@
define('SERVER_URL', 'https://' . $_SERVER['HTTP_HOST']);
else
define('SERVER_URL', 'http://' . $_SERVER['HTTP_HOST']);

define('BASE_URL', SERVER_URL . BASE_DIR . '/');
define('ADMIN_URL', SERVER_URL . BASE_DIR . '/admin/');

//define('CURRENT_URL', BASE_URL . $_SERVER['REQUEST_URI']);
}
?>

0 comments on commit b592d02

Please sign in to comment.