@@ -236,4 +236,6 @@ PLEX_PASSWORD = "Plex Password"
BOTH = "Plus Other"
ONLY = "Only"
NO_CREATE = "Do Not Create Accounts"
-YES_CREATE = "Create Accounts As Needed"
+YES_CREATE = "Create Accounts As Needed"
+RECENT_CONTENT = "Recently Added Content"
+SETTINGS_SAVED = "Settings have been Saved"
@@ -237,4 +237,5 @@ BOTH = "Plus Other"
YES_CREATE = "Create Accounts As Needed"
-RECENT_CONTENT = "Recently Added Content"
@@ -278,9 +278,8 @@ endif;
if($action == 'createLocation' || $action == 'homepageSettings') {
unset($_POST['action']);
updateConfig($_POST);
- sleep(2.5);
- header("Location: settings.php");
- die();
+ echo "<script>parent.notify('<strong>".$language->translate("SETTINGS_SAVED")."</strong>','floppy-o','success','5000', '$notifyExplode[0]', '$notifyExplode[1]');</script>";
+ echo "<script>setTimeout(function() {window.location.href = window.location.href},1500);</script>";
}
if(!isset($_POST['op'])) :
@@ -12,7 +12,7 @@
require_once('functions.php');
// Define Version
- define('INSTALLEDVERSION', '1.31');
+ define('INSTALLEDVERSION', '1.32');
// Autoload frameworks
require_once(__DIR__ . '/vendor/autoload.php');