Open Journal Systems  3.3.0
plugins/reports/counter/index.php
Go to the documentation of this file.
1 <?php
2 
19 // Because of the use of Namespaces, this plugin now requires PHP 5.3 or better
20 if (version_compare(PHP_VERSION, '5.3.0') >= 0) {
21 
22 require_once(dirname(__FILE__) . '/CounterReportPlugin.inc.php');
23 
24 return new CounterReportPlugin();
25 
26 }
27 
28 
CounterReportPlugin
Counter report plugin.
Definition: CounterReportPlugin.inc.php:23