forked from Cavemanon/cavepaintings
move S3.lib to ext folder
toggleable exts should really keep any libs they use in their own dir
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@
|
|||||||
* Documentation:
|
* Documentation:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once "lib/S3.php";
|
require_once "ext/amazon_s3/S3.php";
|
||||||
|
|
||||||
class UploadS3 extends Extension {
|
class UploadS3 extends Extension {
|
||||||
public function onInitExt(InitExtEvent $event) {
|
public function onInitExt(InitExtEvent $event) {
|
||||||
|
Reference in New Issue
Block a user