123456789101112131415161718192021222324252627 |
- <?php
- //date_default_timezone_set('America/Argentina/Buenos_Aires');
- //require 'vendor/autoload.php';
- /*
- $s3 = new Aws\S3\S3Client([
- 'version' => 'latest',
- 'region' => 'sa-east-1',
- 'endpoint' => 'https://s3.infra.flowdat.com/minio/login',
- 'use_path_style_endpoint' => true,
- 'credentials' => [
- 'key' => 'iksop',
- 'secret' => '8htoiwn44g204th',
- ],
- ]);
- $s3->deleteBucket(array('Bucket' => 'fakes3'));
- -----------------------------------------------------------------------
- $hora = date("H:i");
- $fecha = date("Y-n-j");
- echo $hora."\n".$fecha . "\n";
- */
- //require "vendor/hipchat/hipchat-php/src/HipChat/HipChat.php";
- // shell_exec('./hip.sh');
- echo __DIR__."\n";
|