This website works better with JavaScript.
Home
Explore
Help
Sign In
p3k
/
Atlas
mirror of
https://github.com/aaronpk/Atlas.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
hide deprecated warnings for php 7.4
main
Aaron Parecki
2 years ago
parent
37a23e184b
commit
eaceaa71db
Failed to extract signature
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
lib/helpers.php
+ 1
- 0
lib/helpers.php
View File
@ -1,4 +1,5 @@
<
?
php
error_reporting
(
E_ALL
^
E_DEPRECATED
);
function
json_response
(
&
$app
,
$response
,
$code
=
200
)
{
$app
->
response
()
->
status
(
$code
);
Write
Preview
Loading…
Cancel
Save