diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-08-17 19:18:57 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-08-17 19:18:57 +0200 |
commit | 463f06ec02ecc02a70147b6494e23ec93ca74420 (patch) | |
tree | 3bc470b8ff253dc343ca9b60b0cdf4a19c784236 /app/class/media.php | |
parent | 0d863868d69d9e2c9ae3f6f0b22b4d3a1be73ee2 (diff) | |
download | wcms-463f06ec02ecc02a70147b6494e23ec93ca74420.tar.gz wcms-463f06ec02ecc02a70147b6494e23ec93ca74420.zip |
Media oragnisation
- Delete folder
- move or delete files
Diffstat (limited to 'app/class/media.php')
-rw-r--r-- | app/class/media.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/class/media.php b/app/class/media.php index 4b947fc..eccc58b 100644 --- a/app/class/media.php +++ b/app/class/media.php @@ -74,6 +74,11 @@ class Media return $includepath; } + public function getfulldir() + { + return $this->path . $this->id . '.' . $this->extension; + } + // _________________________________________________ G E T ____________________________________________________ |