mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
clean obsolete options from schema (bump schema version)
This commit is contained in:
@@ -1,12 +1,4 @@
|
||||
<?php
|
||||
function prefs_js_redirect() {
|
||||
print "<html><body>
|
||||
<script type=\"text/javascript\">
|
||||
window.location = 'prefs.php';
|
||||
</script>
|
||||
</body></html>";
|
||||
}
|
||||
|
||||
function module_pref_prefs($link) {
|
||||
|
||||
global $access_level_names;
|
||||
@@ -158,24 +150,6 @@
|
||||
|
||||
if (!SINGLE_USER_MODE) {
|
||||
|
||||
/* if ($_SESSION["pwd_change_result"] == "failed") {
|
||||
print format_warning("Could not change the password.");
|
||||
}
|
||||
|
||||
if ($_SESSION["pwd_change_result"] == "ok") {
|
||||
print format_notice("Password was changed.");
|
||||
}
|
||||
|
||||
$_SESSION["pwd_change_result"] = ""; */
|
||||
|
||||
/* if ($_SESSION["prefs_op_result"] == "reset-to-defaults") {
|
||||
print format_notice(__("The configuration was reset to defaults."));
|
||||
} */
|
||||
|
||||
# if ($_SESSION["prefs_op_result"] == "save-config") {
|
||||
# print format_notice(__("The configuration was saved."));
|
||||
# }
|
||||
|
||||
$_SESSION["prefs_op_result"] = "";
|
||||
|
||||
print "<div dojoType=\"dijit.layout.AccordionContainer\" region=\"center\">";
|
||||
|
||||
Reference in New Issue
Block a user