Project

General

Profile

« Previous | Next » 

Revision 183

Added by ryan about 19 years ago

Moved backup-sql code into seperate script

View differences:

tool.php
26 26
// Direct access prevention
27 27
defined('WB_PATH') OR die(header('Location: ../index.php'));
28 28

  
29
?>
29
// Show form
30
?>
31
<br />
32
<form name="prompt" method="post" action="<?php echo $_SERVER['REQUEST_URI']; ?>">
33
	<input type="submit" name="backup" value="<?php echo $TEXT['BACKUP_DATABASE']; ?>" onClick="javascript: if(!confirm('<?php echo $MESSAGE['GENERIC']['PLEASE_BE_PATIENT']; ?>')) { return false; }" />
34
</form>

Also available in: Unified diff