From e27fe348c6c0a4c933115598dabc0fec49bbedc5 Mon Sep 17 00:00:00 2001 From: home Date: Fri, 27 Mar 2020 21:49:00 +0100 Subject: [PATCH] . --- secret.php.example | 18 +++++++++--------- sql.php | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/secret.php.example b/secret.php.example index ae43e09..e7ca578 100644 --- a/secret.php.example +++ b/secret.php.example @@ -1,10 +1,10 @@ - \ No newline at end of file diff --git a/sql.php b/sql.php index ff7ca41..5df6de9 100644 --- a/sql.php +++ b/sql.php @@ -8,7 +8,7 @@ class SQL { public $cnt_get = 0; public $cnt_set = 0; public function __construct() { - require ('secret.php'); + require_once ('secret.php'); $this->m = $_m; $this->pre = $_m ['pre'];