Edit: Revamp using Ace editor (ace.c9.io).

This commit is contained in:
reliberate
2016-02-24 12:28:35 -07:00
parent cda89cd03c
commit 5ddd647875
41 changed files with 611 additions and 936 deletions
+1 -5
View File
@@ -52,10 +52,6 @@ else {
}
//redirect the browser
require_once "header.php";
echo "<meta http-equiv=\"refresh\" content=\"1;url=clipoptions.php\">\n";
echo $text['message-delete'];
require_once "footer.php";
return;
header("Location: clipoptions.php");
?>