]> 91.132.146.200 Git - dolphin.git/commitdiff
updates
authorjumpin-banana <jumpin.banana@gmail.com>
Wed, 24 Mar 2010 13:02:50 +0000 (14:02 +0100)
committerjumpin-banana <jumpin.banana@gmail.com>
Wed, 24 Mar 2010 13:02:50 +0000 (14:02 +0100)
simple-framework/.htaccess [new file with mode: 0644]
simple-framework/conf/db.php
simple-framework/conf/main.php
simple-framework/index.php
simple-framework/lib/function.library.php
simple-framework/site/script/start.php

diff --git a/simple-framework/.htaccess b/simple-framework/.htaccess
new file mode 100644 (file)
index 0000000..8f6b9b6
--- /dev/null
@@ -0,0 +1,4 @@
+php_flag magic_quotes_gpc off
+php_flag default_charset utf-8
+
+Options +FollowSymlinks -Indexes
index cace3524f505316f4054ce8420d746bc87f92da1..80cc1e679be9923cc287c132261c4796ed6ed33c 100644 (file)
@@ -1,4 +1,22 @@
 <?php
+/**
+* dolphin. Collection of usefull PHP skeletons.
+* Copyright (C) 2009 Johannes 'Banana' Keßler
+*
+* This program is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* This program is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
 define('DB_TYPE','mysqli'); // Pdo_mysql has a bug with '?'
 define('DB_HOST','localhost');
 define('DB_DATABASE','db-name');
index b780cd5d48d995c92b90de6cea6669b3f3319cf1..32e51f417ab54367d0e40ff37e16b5575522c3f7 100644 (file)
@@ -1,4 +1,21 @@
 <?php
+/**
+* dolphin. Collection of usefull PHP skeletons.
+* Copyright (C) 2009 Johannes 'Banana' Keßler
+*
+* This program is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* This program is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
 
 // to get the system messages make it true
 define('DEBUG',true);
index 751ea78d6570b306a07806537c8616d0197bc97e..8c114f921849f5c144700432ea13d959c625b429 100644 (file)
@@ -1,21 +1,21 @@
 <?php
 /**
- *                   |                                 |             |
- *  __ \   _ \   __| __| |   |  __|    __|  _ \  __ \  __|  __| _ \  |
- *  |   | (   | |    |   |   |\__ \   (    (   | |   | |   |   (   | |
- * _|  _|\___/ _|   \__|\__, |____/_)\___|\___/ _|  _|\__|_|  \___/ _|
- *                      ____/
- *
- * nortys.control
- * Websiten Statistik Tool
- *
- * Copyright (C) 2010 Johannes Keßler
- * nortys Gmbh
- * E3, 13
- * 68159 Mannheim
- *
- * @version: $Id: index.php 11 2010-01-12 14:31:05Z jk $
- */
+* dolphin. Collection of usefull PHP skeletons.
+* Copyright (C) 2009 Johannes 'Banana' Keßler
+*
+* This program is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* This program is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
 
 mb_internal_encoding("UTF-8");
 
index 6d2aa9c2d847917cc741e35663b965c9bb5fee32..8af9f2e23546c3c486af36b5642e6e7f08a4ae3b 100644 (file)
@@ -1,4 +1,23 @@
 <?php
+/**
+* dolphin. Collection of usefull PHP skeletons.
+* Copyright (C) 2009 Johannes 'Banana' Keßler
+*
+* This program is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* This program is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
+
 /**
  * validate given string if it is in given format
  *
index 92c98406f2b008c5746a14e9259a9ede30827119..809d35cf1f1eaf597a4a4fa3f5d9232e67c90a46 100644 (file)
@@ -1,8 +1,26 @@
 <?php
 
+/**
+* dolphin. Collection of usefull PHP skeletons.
+* Copyright (C) 2009 Johannes 'Banana' Keßler
+*
+* This program is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 3 of the License, or
+* (at your option) any later version.
+*
+* This program is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
 // do something:
 $var = 1;
-$var-new = $var+1;
+$var_new = $var+1;
 
 // fill the $data variable
 $data['test'] = "hallo";