No changes
This commit is contained in:
parent
8680a02b13
commit
b6b398f5bf
17374 changed files with 2475441 additions and 0 deletions
10
ControlPanel/modules/ftp/skins/blue/error.template.php
Normal file
10
ControlPanel/modules/ftp/skins/blue/error.template.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php defined("NET2FTP") or die("Direct access to this location is not allowed."); ?>
|
||||
<!-- Template /skins/blue/error.template.php begin -->
|
||||
<script type="text/javascript" src="<?php echo $net2ftp_globals["application_rootdir_url"]; ?>/modules/edit/edit.js"></script>
|
||||
<div style='width:450px;'>
|
||||
<h1><?php echo __("An error has occured"); ?></h1>
|
||||
<p><?php echo $net2ftp_result["errormessage"]; ?><br /><br />
|
||||
<a href="javascript:top.history.back();"><?php echo __("Go back"); ?></a>
|
||||
</div>
|
||||
<?php require_once($net2ftp_globals["application_skinsdir"] . "/" . $net2ftp_globals["skin"] . "/footer.template.php"); ?>
|
||||
<!-- Template /skins/blue/error.template.php end -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue