Adding a custom newsfeed to the customer-dashboard, fixes #1408

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2014-06-01 18:46:15 +02:00
parent fd3ab6221c
commit 3acfcd4a95
22 changed files with 84 additions and 6 deletions

BIN
lib/.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -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

Binary file not shown.

BIN
lib/functions/froxlor/.DS_Store vendored Normal file

Binary file not shown.

BIN
lib/navigation/.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -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 = '';