Skip to content

Commit 0070f0a

Browse files
committed
disabled s3.php as well
1 parent ad2c487 commit 0070f0a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

examples/jquery/s3.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
<?php
1+
<?php
2+
#!! IMPORTANT:
3+
#!! this file is just an example, it doesn't incorporate any security checks and
4+
#!! is not recommended to be used in production environment as it is. Be sure to
5+
#!! revise it and customize to your needs.
6+
die("Make sure that you enable some form of authentication before removing this line.");
7+
28
/*
39
In order to upload files to S3 using Flash runtime, one should start by placing crossdomain.xml into the bucket.
410
crossdomain.xml can be as simple as this:

0 commit comments

Comments
 (0)