Add files via upload
This commit is contained in:
parent
c6ccc9aa59
commit
6d8a383a58
@ -2,10 +2,10 @@
|
||||
/**
|
||||
* Connection parameters to the DB.
|
||||
*/
|
||||
define('BD_HOST', 'localhost');
|
||||
define('BD_HOST', 'vm01.db.swarm.test');
|
||||
define('BD_NAME', 'complucine');
|
||||
define('BD_USER', 'sw');
|
||||
define('BD_PASS', '_admin_');
|
||||
define('BD_USER', 'root');
|
||||
define('BD_PASS', 'T4cFwfxT_vI2W!nYp!tv');
|
||||
|
||||
/*
|
||||
* Configuration parameters used to generate URLs and file paths in the application
|
||||
|
@ -470,10 +470,10 @@
|
||||
<div class='footer'>
|
||||
<p>© Práctica 2 | Sistemas Web 2021 </p>
|
||||
</div>
|
||||
<button href='{$prefix}fdicines/about_us/'>Sobre FDI-Cines</button> |
|
||||
<button href='{$prefix}fdicines/terms_conditions/'>Términos de uso</button> |
|
||||
<button href='{$prefix}cinemas/'>Nuestros cines</button> |
|
||||
<button href='{$prefix}contacto/'>Contacto</button> |
|
||||
<a href='{$prefix}fdicines/about_us/'>Sobre FDI-Cines</a> |
|
||||
<a href='{$prefix}fdicines/terms_conditions/'>Términos de uso</a> |
|
||||
<a href='{$prefix}cinemas/'>Nuestros cines</a> |
|
||||
<a href='{$prefix}contacto/'>Contacto</a> |
|
||||
<button onclick=\"cambiarCSS('{$css}')\">$nameCSS</button>
|
||||
</footer>\n";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user