mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 09:49:22 +02:00
* remove whitespaces
This commit is contained in:
parent
42d23e9b37
commit
bf361238cb
@ -224,7 +224,7 @@ if(isset($config['anonymous_usage_statistics']) && $config['anonymous_usage_stat
|
|||||||
}
|
}
|
||||||
|
|
||||||
if($should_report) {
|
if($should_report) {
|
||||||
require_once(LIBS . 'usage_statistics.php');
|
require_once LIBS . 'usage_statistics.php';
|
||||||
Usage_Statistics::report();
|
Usage_Statistics::report();
|
||||||
|
|
||||||
updateDatabaseConfig('last_usage_report', time());
|
updateDatabaseConfig('last_usage_report', time());
|
||||||
|
@ -1036,4 +1036,3 @@ function config($key) {
|
|||||||
// validator functions
|
// validator functions
|
||||||
require_once LIBS . 'validator.php';
|
require_once LIBS . 'validator.php';
|
||||||
require_once SYSTEM . 'compat.php';
|
require_once SYSTEM . 'compat.php';
|
||||||
?>
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user