@ -6,7 +6,7 @@ declare(strict_types=1);
/**
* @author Robert Strutts <Robert@TryingToScale.com>
* @copyright Copyright (c) 2022, Robert Strutts.
* @license https://mit-license.org/
* @license MIT
*/
require 'src/before_main.php';
@ -5,7 +5,7 @@ declare(strict_types=1);
$show_all_startup_errors = false; // Always, Keep false on LIVE PROD SYS!!
@ -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;
@ -48,7 +48,7 @@ declare(strict_types=1);
<body>
<div id="wrap">
<?php
$assets = \bs_tts\site_helper::get_asset("images/404page.jpg");
$assets = \tts\site_helper::get_asset("images/404page.jpg");
?>
<img src="<?= $assets ?>/images/404page.jpg" alt="Page not found." id="nopage"/>
<header><h1>404 Page not found!<h1></header>