cyberchallenge-modem/webpanel/includes/config.php

7 lines
150 B
PHP
Raw Normal View History

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