diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-07-09 09:58:59 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-07-09 09:58:59 -0700 |
commit | a6ac9b3059749ba8cfeea8ef1712c9b9859b8b9e (patch) | |
tree | 70d5a48fc8bfcf0a7db0ceb94d284d6df38c92f0 /modules/server_add/models/server_add_file.php | |
parent | e7e2d99255259a708999727ae3a56777898a3426 (diff) | |
parent | 74d4a4c0fd0d1aa2e93e62397b0b0a10d55b986d (diff) |
Merge branch 'master' of git@github.com:bharat/gallery3
Diffstat (limited to 'modules/server_add/models/server_add_file.php')
-rw-r--r-- | modules/server_add/models/server_add_file.php | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/modules/server_add/models/server_add_file.php b/modules/server_add/models/server_add_file.php new file mode 100644 index 00000000..8b1ed924 --- /dev/null +++ b/modules/server_add/models/server_add_file.php @@ -0,0 +1,21 @@ +<?php defined("SYSPATH") or die("No direct script access."); +/** + * Gallery - a web based photo album viewer and editor + * Copyright (C) 2000-2009 Bharat Mediratta + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + */ +class Server_Add_File_Model extends ORM { +} |