From ae198477d047cd44cbc65cbfc20d53e73f9d07f8 Mon Sep 17 00:00:00 2001 From: Jerome Jutteau Date: Mon, 31 Dec 2012 15:56:09 +0100 Subject: [PATCH] fixed a little tos mistake --- tos.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tos.php b/tos.php index b973d4d..fb14428 100755 --- a/tos.php +++ b/tos.php @@ -6,7 +6,7 @@ require (JIRAFEAU_ROOT . 'lib/functions.php'); require (JIRAFEAU_ROOT . 'lib/lang.php'); require (JIRAFEAU_ROOT . 'lib/template/header.php'); -$url = $cfg['web_root']; +$url = $cfg['web_root'] . 'tos.php'; $org = "[THIS WEBSITE]"; $contact = " By email: -- 2.34.1