mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
5 lines
154 B
PHP
5 lines
154 B
PHP
<?php
|
|
// add user_agent column into visitors
|
|
|
|
$db->exec('ALTER TABLE `' . TABLE_PREFIX . "visitors` ADD `user_agent` VARCHAR(255) NOT NULL DEFAULT '';");
|