From 52c7fc3cba17d7f8cfcf9912529db029cd19d8c3 Mon Sep 17 00:00:00 2001 From: Robert Date: Sun, 30 Jul 2023 14:30:11 -0400 Subject: [PATCH] mit --- cli_cron | 2 +- op_cache.php | 2 +- public/main.page | 2 +- src/mockup/go_text_templates/inputs.txt | 2 +- src/mockup/views/on_error/404_page.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cli_cron b/cli_cron index f6dcfb6..072c0d2 100755 --- a/cli_cron +++ b/cli_cron @@ -6,7 +6,7 @@ declare(strict_types=1); /** * @author Robert Strutts * @copyright Copyright (c) 2022, Robert Strutts. - * @license https://mit-license.org/ + * @license MIT */ require 'src/before_main.php'; diff --git a/op_cache.php b/op_cache.php index 2ddc150..72c1c23 100644 --- a/op_cache.php +++ b/op_cache.php @@ -5,7 +5,7 @@ declare(strict_types=1); /** * @author Robert Strutts * @copyright Copyright (c) 2022, Robert Strutts. - * @license https://mit-license.org/ + * @license MIT */ require 'src/before_main.php'; diff --git a/public/main.page b/public/main.page index 5502217..f945f68 100644 --- a/public/main.page +++ b/public/main.page @@ -5,7 +5,7 @@ declare(strict_types=1); /** * @author Robert Strutts * @copyright Copyright (c) 2022, Robert Strutts. - * @license https://mit-license.org/ + * @license MIT */ $show_all_startup_errors = false; // Always, Keep false on LIVE PROD SYS!! diff --git a/src/mockup/go_text_templates/inputs.txt b/src/mockup/go_text_templates/inputs.txt index db1233b..21c993b 100644 --- a/src/mockup/go_text_templates/inputs.txt +++ b/src/mockup/go_text_templates/inputs.txt @@ -22,7 +22,7 @@ class {{.File}}_in { */ public static function {{.Method}}(): array { - \tts\safer_io::init_json(); // Staticly set JSON data if any + \tts\safer_io::grab_all_post_data(); $required_post_string_field = new IO(); $required_post_string_field->input_type = INPUTS::post; diff --git a/src/mockup/views/on_error/404_page.php b/src/mockup/views/on_error/404_page.php index e94dbda..d55437e 100644 --- a/src/mockup/views/on_error/404_page.php +++ b/src/mockup/views/on_error/404_page.php @@ -48,7 +48,7 @@ declare(strict_types=1);
Page not found.

404 Page not found!