Archivo config.php
Posted: Mon Jan 06, 2025 8:55 pm
Este archivo se debe crear en la carpeta c:\xampp\htdocs\tes-tvalweb
y gregar el siguiente codigo
y gregar el siguiente codigo
Code: Select all
<?php
/*------------------------------------------------------------------------------------------------*/
define( 'TWEB_PATH', '../tvalweb/' );
define( 'IMAGE_PATH', './images/');
/*------------------------------------------------------------------------------------------------*/
define( 'APP_NAME' , 'EJEMPLO-TVALWEB' );
define( 'APP_URL' , "index.php" );
define( 'APP_COPYRIGHT', 'Copyright © SECURE OUTSOURCING 2020 All rights reserved.' );
/*------------------------------------------------------------------------------------------------*/
//EOF
/*------------------------------------------------------------------------------------------------*/