startserver.php 95 Bytes edit raw blame history 1 2 3 4 5 <?php system(escapeshellcmd("./node server_5000.js")); header('Location: index.php'); exit; ?>