gitHead.php 750 B

123456789101112131415161718192021222324252627
  1. <?php
  2. //date_default_timezone_set('America/Argentina/Buenos_Aires');
  3. //require 'vendor/autoload.php';
  4. /*
  5. $s3 = new Aws\S3\S3Client([
  6. 'version' => 'latest',
  7. 'region' => 'sa-east-1',
  8. 'endpoint' => 'https://s3.infra.flowdat.com/minio/login',
  9. 'use_path_style_endpoint' => true,
  10. 'credentials' => [
  11. 'key' => 'iksop',
  12. 'secret' => '8htoiwn44g204th',
  13. ],
  14. ]);
  15. $s3->deleteBucket(array('Bucket' => 'fakes3'));
  16. -----------------------------------------------------------------------
  17. $hora = date("H:i");
  18. $fecha = date("Y-n-j");
  19. echo $hora."\n".$fecha . "\n";
  20. */
  21. //require "vendor/hipchat/hipchat-php/src/HipChat/HipChat.php";
  22. // shell_exec('./hip.sh');
  23. echo __DIR__."\n";