From bce27d7c2e40ab64ce4862d4e5ba9bef7ae53c68 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Fri, 20 Mar 2015 00:09:48 +0100 Subject: [PATCH] Bookmarklet (fixes #10) --- footer.php | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/footer.php b/footer.php index ed12039..59734d1 100644 --- a/footer.php +++ b/footer.php @@ -1,13 +1,34 @@ + + * @author Olivier Haquette + * @license GNU General Public License http://www.gnu.org/licenses/gpl.html + * @link http://rudloff.pro + * */ +$baseURL = 'http://'.$_SERVER['SERVER_NAME'].dirname($_SERVER['REQUEST_URI']); +?>