Code for the web site http://unixtimesta.mp/.
Report bugs, issues and requests through GitHub.
To configure the site, create a file called config.php
in the root directory, as set configuration as shown below:
Config::Set("key1", "value1");
Config::Set("key2", "value2");
The following configuration keys are supported:
Key | Type | Description |
---|---|---|
production |
Boolean |
Set to true to disable development and debugging features. |
google-analytics-account |
String |
Google Analytics account. |
google-site-verification |
String |
Google verification. |
msvalidate.01 |
String |
Bing verification. |
y_key |
String |
Yahoo! verification. |