This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// ERROR REPORTING | |
ini_set('display_errors', 1); | |
ini_set('display_startup_errors', 1); | |
error_reporting(E_ALL); | |
include "../php/php.php"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title><?php echo $page_title ?></title> | |
<link href="css/style.css" rel="stylesheet" type="text/css"> | |
</head> | |
<body> | |
<div class="header"> | |
<div class="wrapper"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@Kali:~/Desktop/reverse-app-node# npm start | |
> [email protected] start /root/Desktop/reverse-app-node | |
> node --inspect ./bin/www | |
Debugger listening on ws://127.0.0.1:9229/68079805-6415-4083-a07e-448a490b7967 | |
For help see https://nodejs.org/en/docs/inspector | |
internal/modules/cjs/loader.js:550 | |
throw err; | |
^ |