cloud-storage code commented out

parent 785ce477
Showing with 2 additions and 2 deletions
<?php <?php
/*
require 'vendor/autoload.php'; require 'vendor/autoload.php';
use Google\Cloud\Storage\StorageClient; use Google\Cloud\Storage\StorageClient;
...@@ -24,7 +24,7 @@ function upload_to_bucket ($bucket_name, $path) { ...@@ -24,7 +24,7 @@ function upload_to_bucket ($bucket_name, $path) {
} }
} }
*/
// upload a file to local server filesystem // upload a file to local server filesystem
function upload_to_local ($path) { function upload_to_local ($path) {
if(isset($_FILES['file'])) { if(isset($_FILES['file'])) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment