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