Changeset 9e98ae1 in portal_2019


Ignore:
Timestamp:
Oct 18, 2023, 10:57:43 AM (7 months ago)
Author:
Argenis Osorio <argenisosorio580@…>
Branches:
master, dev
Children:
fbcfb98
Parents:
9eb89a1
Message:

Corrección en archivo php/url.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • php/url.php

    r9eb89a1 r9e98ae1  
    88function returnURL() {
    99    // Desarrollo
    10     if ($_SERVER['REQUEST_URI'] == "/portal_2019/index.php" || $_SERVER['REQUEST_URI'] == "/portal_2019/") {
     10    // if ($_SERVER['REQUEST_URI'] == "/portal_2019/index.php" || $_SERVER['REQUEST_URI'] == "/portal_2019/") {
    1111    // Producción
    12     // if ($_SERVER['REQUEST_URI'] == "/index.php" || $_SERVER['REQUEST_URI'] == "/") {
     12    if ($_SERVER['REQUEST_URI'] == "/index.php" || $_SERVER['REQUEST_URI'] == "/") {
    1313        echo ".";
    1414    } else {
Note: See TracChangeset for help on using the changeset viewer.