if you think you are satisfied with your work, you may get the function work_worthy()
but worthy or not, it only will be judged by my robot Precoce de Malingre
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Y1ng Company Notice</title>
</head>
<body>
<h3>Notice for all Y1ng Company's Employees:<br></h3>
<p>if you think you are satisfied with your work, you may get the function <code>work_worthy()</code></p>
<p>but worthy or not, it only will be judged by my robot Precoce de Malingre</p><br>
<a href="index.php?source=true" target="_blank">Precoce de Malingre</a>
<?php
include 'flag.php';
if (isset($_GET['source']) && $_GET['source'] == 'true') {
show_source(__FILE__);
exit;
}
if (isset($_GET['work'])) {
$what_is_your_attitude_of_your_work = $_GET['work'];
$what_you_say_can_gain_more_income = "y1ng_pretty_handsome";
$what_Precoce_de_Malingre_said = preg_replace(
"/$what_you_say_can_gain_more_income/",'', $what_is_your_attitude_of_your_work
);
if ($what_Precoce_de_Malingre_said === $what_you_say_can_gain_more_income) {
work_worthy();
}
}
?>
</body>
</html>