This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
curl -O http://nongnu.askapache.com/freetype/freetype-2.3.9.tar.gz | |
tar xzvf freetype-2.3.9.tar.gz | |
cd freetype-2.3.9 | |
./configure --prefix=/usr/local | |
make | |
sudo make install | |
cd .. | |
curl -O http://surfnet.dl.sourceforge.net/project/libpng/libpng-stable/1.2.39/libpng-1.2.39.tar.gz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
We're sorry, but something went wrong. | |
We've been notified about this issue and we'll take a look at it shortly. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
include("libreria/sistema.php"); | |
$clase = new Sistema(); | |
$clase->Header(); | |
$cadena=""; | |
echo'<center><br><h1>Administrador del Directorio Carmary</h1><br>'; | |
echo'<table><tr>'; | |
echo'<td><a href="nuevoDiaNoLaboral.php?opcion=" rel="facebox">Nuevo día no laboral</a></td>'; | |
echo'<td width="120"></td>'; |
NewerOlder