MOON
Server: Apache
System: Linux kvm.asjudinet.com 5.14.0-611.54.6.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Fri May 15 04:23:18 EDT 2026 x86_64
User: asjudine (1001)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/asjudine/public_html/creditos/consulta_solicitudes_de_credito.php
<?
include("head.php");
include("datacon.php");
?>
<style type="text/css">
<!--
.Estilo1 {font-size: 10px}
.Estilo2 {
	font-size: 10;
	font-weight: bold;
}
.Estilo3 {font-size: 10}
-->
</style>

<h4 align="center">Seguimiento de Solicitudes de Cr&eacute;dito</h4>
<form name=searchFormMaker method=post action="searchbycedula.php">
<table align="center" cellpadding="2" cellspacing="2">
<tr bgcolor="#EEEEEE">
    <td><span class="Estilo2"> C&eacute;dula </span></td>
    <td><input name="cedula" type="text"></td>
</tr>
<tr bgcolor="#EEEEEE">
  <td><span class="Estilo3"></span></td>
  <td><input name=Submit type=submit value="Buscar"></td>
</tr>
</table>

</form>


<?
include("foot.php");
?>