From 004bd1a8fda8e31b7b64602c0219537966379cb5 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sat, 13 May 2017 20:24:54 -0400 Subject: Rm old content --- examples/class/object.class.php | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 examples/class/object.class.php (limited to 'examples/class/object.class.php') diff --git a/examples/class/object.class.php b/examples/class/object.class.php deleted file mode 100644 index 6c036ed..0000000 --- a/examples/class/object.class.php +++ /dev/null @@ -1,33 +0,0 @@ -ar() . "/" . $this->guid; - } - - /* - * Get object's head image - */ - function getHeadImage() - { - return $this->ar() . "/file.php?d=img/heads&f=" . $this->guid; - } - - /* - * Remove this object's head image - */ - function rmHeadImage() - { - if (!is_file("assets/img/heads/" . $this->guid)) - return true; - - return unlink("assets/img/heads/" . $this->guid); - } -} - -?> -- cgit v1.2.3