Skip to content

Instantly share code, notes, and snippets.

View christianrojas's full-sized avatar

Christian Rojas christianrojas

View GitHub Profile
#!/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
We're sorry, but something went wrong.
We've been notified about this issue and we'll take a look at it shortly.
<?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&iacute;a no laboral</a></td>';
echo'<td width="120"></td>';