Robert 2 years ago
parent 56609eb498
commit 52c7fc3cba
  1. 2
      cli_cron
  2. 2
      op_cache.php
  3. 2
      public/main.page
  4. 2
      src/mockup/go_text_templates/inputs.txt
  5. 2
      src/mockup/views/on_error/404_page.php

@ -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);
/**
* @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);
/**
* @author Robert Strutts <Robert@TryingToScale.com>
* @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!!

@ -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>

Loading…
Cancel
Save