mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
feature: visitors counter shows now user browser, and also if its bot
This commit is contained in:
4
system/migrations/34.php
Normal file
4
system/migrations/34.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
// add user_agent column into visitors
|
||||
|
||||
$db->exec('ALTER TABLE `' . TABLE_PREFIX . "visitors` ADD `user_agent` VARCHAR(255) NOT NULL DEFAULT '';");
|
Reference in New Issue
Block a user