소스 검색

Ruta de pruebas

alejandro.lara 1 년 전
부모
커밋
6189af7f6d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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;