Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- *
- * @ This file is created by deZender.Net
- * @ deZender (PHP5 Decoder for SourceGuardian & phpSHIELD)
- *
- * @ Version : 1.1.6.0
- * @ Author : DeZender
- * @ Release on : 02.06.2013
- * @ Official site : http://DeZender.Net
- *
- */
- require_once( '../inc/ls.inc.php.mo' );
- echo in_mostrarCopyright( );
- $css = array( 'style' );
- $js = array( 'general', 'validate' );
- echo $cad = in_escribirHeader( $js, $css );
- in_menuSuperior( 'reloj' );
- if (isset( $_POST['siguiente_x'] )) {
- $error = 0;
- $numero_habitaciones = fs_dbPrepareInput( $_POST['habitaciones'] );
- $importe = fs_dbPrepareInput( $_POST['importe'] );
- $iva = fs_dbPrepareInput( $_POST['iva'] );
- $fecha_instalacion = date( 'Y-m-d' );
- $regularidad = 15;
- $thisCodigo = 1;
- $thisNum_factura = 1;
- $thisIva = $iva;
- $version = GRC_VERSION;
- ............................................................................
- ......................................
- .....................
Advertisement
Add Comment
Please, Sign In to add comment