diff options
author | Camil Staps | 2016-08-01 11:30:19 +0200 |
---|---|---|
committer | Camil Staps | 2016-08-01 11:30:19 +0200 |
commit | 8ee4336d778b2bdc1b8ba522d9251a4f664fe664 (patch) | |
tree | d704f32ee80088ba639ab51e5011932f9d45c747 /include/clients-overview.php | |
parent | Braintree status history (diff) |
Require paths
Diffstat (limited to 'include/clients-overview.php')
-rw-r--r-- | include/clients-overview.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clients-overview.php b/include/clients-overview.php index e714304..ce23058 100644 --- a/include/clients-overview.php +++ b/include/clients-overview.php @@ -17,7 +17,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -require_once('./login.php'); +require_once(__DIR__ . '/../login.php'); ?> <div class="col-lg-6 col-md-6"> |