Added atom feed to the builds page
This commit is contained in:
@@ -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://";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user