Added atom feed to the builds page

This commit is contained in:
Latif Khalifa
2012-02-19 03:02:11 +01:00
parent 3362b63f92
commit e83eef9922
6 changed files with 745 additions and 7 deletions

View File

@@ -25,6 +25,7 @@ define('REL_DIR', 'singularity');
if (!defined('URL_ROOT')) {
$init_port = "";
$init_ssl = strlen($_SERVER["HTTPS"]) > 0 ? true:false;
define('USE_SSL', $init_ssl);
$init_url = $init_ssl ? "https://" : "http://";