One Hat Cyber Team
Your IP :
18.222.215.20
Server IP :
162.241.123.123
Server :
Linux sh016.hostgator.in 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
Server Software :
Apache
PHP Version :
8.2.25
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home1
/
saicsazq
/
portal.smhtechlabs.com
/
app
/
Config
/
View File Name :
Feature.php
<?php namespace Config; use CodeIgniter\Config\BaseConfig; /** * Enable/disable backward compatibility breaking features. */ class Feature extends BaseConfig { /** * Use improved new auto routing instead of the default legacy version. */ public bool $autoRoutesImproved = false; /** * Use filter execution order in 4.4 or before. */ public bool $oldFilterOrder = false; /** * The behavior of `limit(0)` in Query Builder. * * If true, `limit(0)` returns all records. (the behavior of 4.4.x or before in version 4.x.) * If false, `limit(0)` returns no records. (the behavior of 3.1.9 or later in version 3.x.) */ public bool $limitZeroAsAll = true; }