mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 09:34:39 +00:00
cleanup fend.inc
This commit is contained in:
parent
16c6d5b4d9
commit
ae0b9af71a
@ -203,6 +203,6 @@ else {
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<?php require("fend.inc"); ?>
|
||||
<?php include("foot.inc"); ?>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -1 +0,0 @@
|
||||
<?php include("foot.inc"); exit; ?>
|
||||
@ -706,10 +706,6 @@ include("head.inc");
|
||||
$tabscounter++;
|
||||
}
|
||||
if ($tabscounter == 0) {
|
||||
//echo "</td></tr></table></form>";
|
||||
//include("fend.inc");
|
||||
//echo "</body>";
|
||||
//echo "</html>";
|
||||
echo "</section>";
|
||||
echo "</div>";
|
||||
echo "</div>";
|
||||
|
||||
@ -483,10 +483,6 @@ include("head.inc");
|
||||
}
|
||||
}
|
||||
if ($tabscounter == 0) {
|
||||
//echo "</td></tr></table></form>";
|
||||
//include("fend.inc");
|
||||
//echo "</body>";
|
||||
//echo "</html>";
|
||||
echo "</section>";
|
||||
echo "</div>";
|
||||
echo "</div>";
|
||||
|
||||
@ -215,7 +215,7 @@ include("head.inc");
|
||||
}
|
||||
if ($tabscounter == 0) {
|
||||
echo "</td></tr></table></form>";
|
||||
include("fend.inc");
|
||||
include("foot.inc");
|
||||
echo "</body>";
|
||||
echo "</html>";
|
||||
exit;
|
||||
@ -410,6 +410,6 @@ include("head.inc");
|
||||
//]]>
|
||||
</script>
|
||||
|
||||
<?php include("fend.inc"); ?>
|
||||
<?php include("foot.inc"); ?>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -218,6 +218,6 @@ pre {
|
||||
<?php execCmds(); ?>
|
||||
</div>
|
||||
|
||||
<?php include("fend.inc"); ?>
|
||||
<?php include("foot.inc"); ?>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -124,4 +124,4 @@ if ($_POST) {
|
||||
</section>
|
||||
|
||||
|
||||
<? include("fend.inc"); ?>
|
||||
<?php include("foot.inc"); ?>
|
||||
|
||||
@ -39,4 +39,4 @@ $pgtitle = gettext("Status: CPU Graph");
|
||||
width="550" height="275" pluginspage="http://www.adobe.com/svg/viewer/install/auto" />
|
||||
</div>
|
||||
<br /><span class="red"><strong><?=gettext("Note"); ?>:</strong></span> <?=gettext("if you can't see the graph, you may have to install the"); ?> <a href="http://www.adobe.com/svg/viewer/install/" target="_blank"><?=gettext("Adobe SVG viewer"); ?></a>.
|
||||
<?php include("fend.inc"); ?>
|
||||
<?php include("foot.inc"); ?>
|
||||
|
||||
@ -359,6 +359,6 @@ jQuery(function ($) {
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<?php include("fend.inc"); ?>
|
||||
<?php include("foot.inc"); ?>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -218,6 +218,6 @@ function update_description() {
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<?php include("fend.inc"); ?>
|
||||
<?php include("foot.inc"); ?>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -188,6 +188,6 @@ function update_description() {
|
||||
</section>
|
||||
|
||||
|
||||
<?php include("fend.inc"); ?>
|
||||
<?php include("foot.inc"); ?>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -91,7 +91,7 @@ include("head.inc");
|
||||
|
||||
if ($islocal == false) {
|
||||
echo gettext("Sorry, you cannot change the password for a non-local user.");
|
||||
include("fend.inc");
|
||||
include("foot.inc");
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
@ -815,7 +815,7 @@ typesel_change_remote(<?=htmlspecialchars($pconfig['remoteid_netbits'])?>);
|
||||
<?php endif; ?>
|
||||
//]]>
|
||||
</script>
|
||||
<?php include("fend.inc"); ?>
|
||||
<?php include("foot.inc"); ?>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
@ -917,6 +917,6 @@ server_changed();
|
||||
//]]>
|
||||
</script>
|
||||
|
||||
<?php include("fend.inc"); ?>
|
||||
<?php include("foot.inc"); ?>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -467,6 +467,6 @@ function useproxy_changed(obj) {
|
||||
server_changed();
|
||||
//]]>
|
||||
</script>
|
||||
<?php include("fend.inc"); ?>
|
||||
<?php include("foot.inc"); ?>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user