diff options
| author | Geo Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-06-07 19:20:25 +0300 |
|---|---|---|
| committer | Geo Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-06-07 19:20:25 +0300 |
| commit | 5835bbc236c6387d6e235fcf16cf4ab92a94c003 (patch) | |
| tree | 721d3215be2e4778fa0471014afc061344c871a3 /public/app/controllers | |
| parent | cfb5b125d3644c09d32d692262752bc0b9d33fdb (diff) | |
| download | gyraf1gov-5835bbc236c6387d6e235fcf16cf4ab92a94c003.tar.gz gyraf1gov-5835bbc236c6387d6e235fcf16cf4ab92a94c003.tar.bz2 gyraf1gov-5835bbc236c6387d6e235fcf16cf4ab92a94c003.zip | |
add and organize themes
Diffstat (limited to 'public/app/controllers')
| -rw-r--r-- | public/app/controllers/Office.php | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/public/app/controllers/Office.php b/public/app/controllers/Office.php index 7a542eb..be8919f 100644 --- a/public/app/controllers/Office.php +++ b/public/app/controllers/Office.php @@ -48,6 +48,7 @@ class Office { + ## SERVE FILE ## ------------------------------------------------------------------------- @@ -384,7 +385,6 @@ class Office { return $tick; // return the xreated ticket } - /** remove_ticker * * removes a ticket and return true; @@ -408,7 +408,6 @@ class Office { - ## ADMIN METHODS (insert, updated etc.) ## ------------------------------------------------------------------------- @@ -435,7 +434,6 @@ class Office { return Cache_service::files_attributes(); } - /** upload_file * upload the file to the file system * @@ -473,7 +471,6 @@ class Office { } } - /** upload to fs * upload file to File-System * @@ -561,7 +558,6 @@ class Office { } - /** clear_file_name * replace greek characters and strip symbols */ @@ -574,7 +570,7 @@ class Office { return str_replace($strip, '', str_replace($el, $en, $str)); } - + /** define_media * * create a record in media table @@ -598,7 +594,6 @@ class Office { return $media_id; } - /** create media for petition * * links petition to each media-file of the media `id`s array |
