Adding a custom newsfeed to the customer-dashboard, fixes #1408
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
BIN
lib/.DS_Store
vendored
Normal file
BIN
lib/.DS_Store
vendored
Normal file
Binary file not shown.
@@ -25,7 +25,11 @@ if(isset($_POST['action'])) {
|
||||
}
|
||||
|
||||
if ($action == "newsfeed") {
|
||||
$feed = "http://inside.froxlor.org/news/";
|
||||
if (isset($_GET['url'])) {
|
||||
$feed = $_GET['url'];
|
||||
} else {
|
||||
$feed = "http://inside.froxlor.org/news/";
|
||||
}
|
||||
|
||||
if (function_exists("simplexml_load_file") == false) {
|
||||
die();
|
||||
|
||||
BIN
lib/classes/.DS_Store
vendored
Normal file
BIN
lib/classes/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
lib/functions/froxlor/.DS_Store
vendored
Normal file
BIN
lib/functions/froxlor/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
lib/navigation/.DS_Store
vendored
Normal file
BIN
lib/navigation/.DS_Store
vendored
Normal file
Binary file not shown.
@@ -51,6 +51,6 @@ define('TABLE_PANEL_DOMAIN_SSL_SETTINGS', 'domain_ssl_settings');
|
||||
define('TABLE_DOMAINTOIP', 'panel_domaintoip');
|
||||
|
||||
// VERSION INFO
|
||||
$version = '0.9.32';
|
||||
$version = '0.9.33-dev1';
|
||||
$dbversion = '2';
|
||||
$branding = '';
|
||||
|
||||
Reference in New Issue
Block a user