Browse Source

Ruta de pruebas

alejandro.lara 1 year ago
parent
commit
6189af7f6d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      include/bd_pdo_rest.php

+ 2 - 1
include/bd_pdo_rest.php

@@ -1,6 +1,7 @@
 <?php
 print_r ($_SERVER);
-require_once "/saa_dsk/www/vendor/autoload.php";
+//require_once "/saa_dsk/www/vendor/autoload.php";
+require_once "/usr/share/nginx/html/checadores/vendor/autoload.php";
 $dotenv = Dotenv\Dotenv::createImmutable(__DIR__);
 $dotenv->load();
 use \SeinopSys\PostgresDb;