~ubuntu-fr-webteam/ubuntu-fr-forum/trunk

« back to all changes in this revision

Viewing changes to admin_maintenance.php

  • Committer: Hervé Rousseau
  • Date: 2016-05-13 12:31:56 UTC
  • Revision ID: herve@ubuntu-fr.org-20160513123156-4ttz9tysgn06jw8e
Applique les changements manquants pour la release 1.5.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
        $db->end_transaction();
121
121
        $db->close();
122
122
 
123
 
        exit('<script type="text/javascript">window.location="admin_maintenance.php'.$query_str.'"</script><hr /><p>'.sprintf($lang_admin_maintenance['Javascript redirect failed'], '<a href="admin_maintenance.php'.$query_str.'">'.$lang_admin_maintenance['Click here'].'</a>').'</p>');
 
123
        exit('<meta http-equiv="refresh" content="0;url=admin_maintenance.php'.$query_str.'" /><hr /><p>'.sprintf($lang_admin_maintenance['Javascript redirect failed'], '<a href="admin_maintenance.php'.$query_str.'">'.$lang_admin_maintenance['Click here'].'</a>').'</p>');
124
124
}
125
125
 
126
126
if ($action == 'prune')