aboutsummaryrefslogtreecommitdiff
path: root/include/clients.php
diff options
context:
space:
mode:
authorCamil Staps2016-08-01 11:30:19 +0200
committerCamil Staps2016-08-01 11:30:19 +0200
commit8ee4336d778b2bdc1b8ba522d9251a4f664fe664 (patch)
treed704f32ee80088ba639ab51e5011932f9d45c747 /include/clients.php
parentBraintree status history (diff)
Require paths
Diffstat (limited to 'include/clients.php')
-rw-r--r--include/clients.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/clients.php b/include/clients.php
index 1e7110b..1823bde 100644
--- a/include/clients.php
+++ b/include/clients.php
@@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-require_once('./index.php');
-require_once('./login.php');
+require_once(__DIR__ . '/../index.php');
+require_once(__DIR__ . '/../login.php');
require('./header.php');
?>