Guest User

Untitled

a guest
Nov 20th, 2013
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by deZender.Net
  5. * @ deZender (PHP5 Decoder for SourceGuardian & phpSHIELD)
  6. *
  7. * @ Version : 1.1.6.0
  8. * @ Author : DeZender
  9. * @ Release on : 02.06.2013
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. require_once( '../inc/ls.inc.php.mo' );
  15. echo in_mostrarCopyright( );
  16. $css = array( 'style' );
  17. $js = array( 'general', 'validate' );
  18. echo $cad = in_escribirHeader( $js, $css );
  19. in_menuSuperior( 'reloj' );
  20.  
  21. if (isset( $_POST['siguiente_x'] )) {
  22. $error = 0;
  23. $numero_habitaciones = fs_dbPrepareInput( $_POST['habitaciones'] );
  24. $importe = fs_dbPrepareInput( $_POST['importe'] );
  25. $iva = fs_dbPrepareInput( $_POST['iva'] );
  26. $fecha_instalacion = date( 'Y-m-d' );
  27. $regularidad = 15;
  28. $thisCodigo = 1;
  29. $thisNum_factura = 1;
  30. $thisIva = $iva;
  31. $version = GRC_VERSION;
  32. ............................................................................
  33. ......................................
  34. .....................
Advertisement
Add Comment
Please, Sign In to add comment