aboutsummaryrefslogtreecommitdiffstats
path: root/inc/messages.inc
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2016-05-02 15:59:16 +0200
committerpiernov <piernov@piernov.org>2016-05-02 15:59:16 +0200
commit0b72114561a685b247922a93c576edabd4d3b09e (patch)
tree3eed636fe5c9f8a2b660cc92fa569d7a28869cbe /inc/messages.inc
parentc6e05fbec675d1f60e6adb2b29d6fed4f888fb1d (diff)
downloadcandybox-0b72114561a685b247922a93c576edabd4d3b09e.tar.gz
candybox-0b72114561a685b247922a93c576edabd4d3b09e.tar.bz2
candybox-0b72114561a685b247922a93c576edabd4d3b09e.tar.xz
candybox-0b72114561a685b247922a93c576edabd4d3b09e.zip
Add ability to delete a save
Doesn't work because idk which method to use and I don't have the PHP doc right now
Diffstat (limited to 'inc/messages.inc')
-rw-r--r--inc/messages.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/messages.inc b/inc/messages.inc
index 955c0a0..5574bcf 100644
--- a/inc/messages.inc
+++ b/inc/messages.inc
@@ -10,6 +10,8 @@ $messages = array(
"gamesave_ok" => "Game saved.",
"gamesave_error" => "An error occured when trying to save the game.",
"gamesave_not_found" => "Couldn't find the specified save file.",
+ "gamesave_delete_error" => "Couldn't delete the specified save file.",
+ "gamesave_delete_success" => "Game save successfully removed from server",
);
function sendMessage($type, $msg) {