Guard Patrolling System 1.0.0

No permission to download
netman
Lv.13
Bronze Member
Iron Member
Joined
Mar 4, 2022
Messages
6,032
Reaction score
1,651
Credits
$6,052
thanks to dear member @netman submitted a new resource:

Guard Patrolling System - Nowadays guard patrolling is very most important in day or night to reduce any losses


Read more about this resource...
 
Tested:
1.import databse
2.change application/config
config.php
database.php
with your url and database info
3.back end
4.becare this script have not apache .htaccess file ,you can create it with code
Code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]