cyberchallenge-modem/webpanel/includes/config.php

7 lines
156 B
PHP
Raw Normal View History

2020-05-20 09:54:59 +02:00
<?php
$site = "crOS";
$flag = "ccIT{my_super_flag_1}";
$interface = "eth0";
$blacklist = array(';', '#', '(', ')', '|', '&', ' ', "\t", '<', '>');
?>