]> 91.132.146.200 Git - selfpaste.git/commitdiff
cronjob example updated
authorBanana <mail@bananas-playground.net>
Thu, 5 Oct 2023 09:43:42 +0000 (11:43 +0200)
committerBanana <mail@bananas-playground.net>
Thu, 5 Oct 2023 09:43:42 +0000 (11:43 +0200)
documentation/clean-cronjob.txt
documentation/requirements.txt

index 7069c63e3e0ae94f85c70d1abf4061b9c0b5c1e1..c86575333a5d0bf3f9ff4d14371ab9471da2e8ba 100644 (file)
@@ -1,13 +1,19 @@
 <?php
 /**
  * This program is free software: you can redistribute it and/or modify
- * it under the terms of the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE
+ * 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.
  *
- * You should have received a copy of the
- * COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
- * along with this program.  If not, see http://www.sun.com/cddl/cddl.html
+ * 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.
  *
- * 2019 - 2020 https://://www.bananas-playground.net/projekt/selfpaste
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see http://www.gnu.org/licenses/gpl-3.0.
+ *
+ * 2019 - 2023 https://://www.bananas-playground.net/projekt/selfpaste
  */
 
 /**
@@ -26,7 +32,7 @@
 # Encoding and error reporting setting
 mb_http_output('UTF-8');
 mb_internal_encoding('UTF-8');
-ini_set('error_reporting',-1); // E_ALL & E_STRICT
+error_reporting(-1); // E_ALL & E_STRICT
 
 # default time setting
 date_default_timezone_set('Europe/Berlin');
index 68ce78982c372936287af3fdfbd373a486207ad1..63d5c027bbbb154d5598e00246c171d8692b1f64 100644 (file)
@@ -1,4 +1,4 @@
-PHP >=8.1
+PHP >= 8.1
 Apache >= 2.4
 - mod_deflate
 - mod_rewrite