Move libs/time/defines.php inclusion from GlobalFunctions to Defines.php
authorTimo Tijhof <krinklemail@gmail.com>
Fri, 13 Jan 2017 00:46:25 +0000 (16:46 -0800)
committerKrinkle <krinklemail@gmail.com>
Fri, 13 Jan 2017 01:17:32 +0000 (01:17 +0000)
commit34060273e7c24e2df99e953a4333783248a0f74c
tree18d2aba38a50d61c4d1a135f4e4190312cc48ec5
parent72a02ed1b85bc48cacc302ad225adb414a02a090
Move libs/time/defines.php inclusion from GlobalFunctions to Defines.php

* Verified none of these constants depend on each other.
* Move them to the top of Defines.php for consistency.

Change-Id: I19c77e706d69bff513e4abafd0300207de0dbb1d
includes/Defines.php
includes/GlobalFunctions.php