edit: phpdoc stuff
add: pChart lib - no more usage of google api. There has to be the wp-content/cache writable for images add: test-folder for later use new: class agents, new isBot-functionality within this class, old function is deprecated, uses an ini-file with botnames
Dieser Commit ist enthalten in:
Ursprung
187cc396c4
Commit
86383bb510
53 geänderte Dateien mit 26319 neuen und 380 gelöschten Zeilen
5
test/agents.php
Normale Datei
5
test/agents.php
Normale Datei
|
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
require '../includes/class.agents.php';
|
||||
|
||||
$oAgents = new Agents($_SERVER['HTTP_USER_AGENT']);
|
||||
?>
|
||||
Laden …
Tabelle hinzufügen
Einen Link hinzufügen
In neuem Issue referenzieren