[极客大挑战2020]Greatphp
# [极客大挑战 2020] Greatphp
源码:
<?php
error_reporting(0);
class SYCLOVER {
public $syc;
public $lover;
public function __wakeup(){
if( ($this->syc != $this->lover) && (md5($this->syc) === md5($this->lover)) &&...
more...