From 6e2d319e3b4fb0aac55413bbcc121669a19e3720 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sun, 15 Jul 2007 11:52:57 +0000 Subject: [PATCH] added GPL headers to all PHP scripts git-svn-id: file:///var/lib/svn/phpfspot/trunk@209 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- gen_thumbs.php | 21 +++++++++++++++++++++ index.php | 21 +++++++++++++++++++++ phpfspot.class.php | 21 +++++++++++++++++++++ phpfspot_cfg.php.dist | 21 +++++++++++++++++++++ phpfspot_db.php | 2 +- phpfspot_img.php | 21 +++++++++++++++++++++ phpfspot_tmpl.php | 21 +++++++++++++++++++++ rpc.php | 2 +- 8 files changed, 128 insertions(+), 2 deletions(-) diff --git a/gen_thumbs.php b/gen_thumbs.php index 8ea9b17..a2235bd 100755 --- a/gen_thumbs.php +++ b/gen_thumbs.php @@ -1,6 +1,27 @@ #!/usr/bin/php
This script should only be invoked from command line!
\n"; die; diff --git a/index.php b/index.php index ddc2f51..98a2fbc 100644 --- a/index.php +++ b/index.php @@ -1,5 +1,26 @@