~dangarner/xibo/107-client

« back to all changes in this revision

Viewing changes to server/upgrade.php

  • Committer: Alex Harrington
  • Date: 2009-12-10 10:35:51 UTC
  • mfrom: (78.1.1 1.0)
  • Revision ID: alex@longhill.org.uk-20091210103551-xbdz542ndmis6ydn
[server] Merged fix for lp:461002 lp:~alexharrington/xibo/461002

Show diffs side-by-side

added added

removed removed

Lines of Context:
206
206
        }
207
207
 
208
208
    echo '<div class="info"><p>';
209
 
        echo "Perform automatic database upgrade?";
 
209
        echo "Perform automatic database backup?";
210
210
        echo '</p></div><div class="install-table">';
211
211
    echo '<input type="checkbox" name="doBackup" checked />';
212
212
        echo '</div><hr width="25%" />';