mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-14 19:18:41 +00:00
6 lines
68 B
PHP
6 lines
68 B
PHP
<?php
|
|
|
|
function hasDeprecated()
|
|
{
|
|
return eval('1 === 1');
|
|
} |