From 7d1855a2fbba1880db6089e613b8edb1378ddf17 Mon Sep 17 00:00:00 2001 From: Marc MAURICE Date: Mon, 25 Oct 2010 00:13:23 +0200 Subject: [PATCH] Added GPLv3 copyright --- index.php | 17 +++++++++++++++++ view.php | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/index.php b/index.php index 195ca3b..97f7e59 100644 --- a/index.php +++ b/index.php @@ -1,4 +1,21 @@ . +*/ define('THUMB_SIZE', 100); define('DATA_DIR', 'data'); diff --git a/view.php b/view.php index e60cc25..551af85 100644 --- a/view.php +++ b/view.php @@ -1,4 +1,21 @@ . +*/ define('IMAGES_DIR', 'images'); -- 1.7.10.4