git-svn-id: https://192.168.0.254/svn/Proyectos.LaFactoriaVerde_Web/trunk@4 017afc1c-778d-45dc-8efe-cc7a6876851a
5 lines
86 B
PHP
5 lines
86 B
PHP
<?php
|
|
require ("config.php");
|
|
header("Location:$base_dir/check_login.php");
|
|
?>
|