rename the links in the vars php files.

This commit is contained in:
Mark Crane
2012-11-24 01:24:13 +00:00
parent b0074a00bb
commit 3710cd0d29
5 changed files with 15 additions and 20 deletions
+2 -2
View File
@@ -91,7 +91,7 @@ if ($_GET['a'] == "default" && permission_exists('variables_edit')) {
<table width="90%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<form action="v_vars.php" method="post" name="iform" id="iform">
<form action="vars.php" method="post" name="iform" id="iform">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width='100%'><span class="vexpl"><span class="red"><strong>Variables<br>
@@ -128,7 +128,7 @@ if ($_GET['a'] == "default" && permission_exists('variables_edit')) {
<input type="hidden" name="a" value="save" />
<?php
if (permission_exists('variables_edit')) {
echo "<input type='button' class='btn' value='Restore Default' onclick=\"document.location.href='v_vars.php?a=default&f=vars.xml';\" />";
echo "<input type='button' class='btn' value='Restore Default' onclick=\"document.location.href='vars.php?a=default&f=vars.xml';\" />";
}
?>
</td>