Skip to content

Latest commit

 

History

History
executable file
·
16 lines (10 loc) · 289 Bytes

File metadata and controls

executable file
·
16 lines (10 loc) · 289 Bytes

go build -o s2hWrapper.exe LaucherBackground.exe s2hWrapper.exe -S "localhost:8080" -r "index.php"

ejemplo de index.php

<?php
if (preg_match('#^/(theme|assets|js|css|images|resources)#i', $_SERVER["REQUEST_URI"]) === 1) {
  return false;
}

echo "Hola Mundo";