oh my god....
This commit is contained in:
parent
42de426467
commit
376a696c8d
6 changed files with 399 additions and 1 deletions
4
app/Helpers/LegacyHelper.php
Normal file
4
app/Helpers/LegacyHelper.php
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?php
|
||||
function isLegacy() : bool {
|
||||
return (request()->getHost() == "100.92.22.57" || request()->getHost() == "192.168.137.1");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue