This website requires JavaScript.
Explore
Help
Register
Sign In
merdan
/
sarga
Watch
1
Star
0
Fork
You've already forked sarga
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
acfdd0f880
sarga
/
public
/
installer
/
Composer.php
7 lines
75 B
PHP
Raw
Normal View
History
Unescape
Escape
bagisto installer , #399 #400 #382 #301 #344 #214 #359 #223 #138 issue fixed
2018-12-31 11:57:32 +00:00
<
?
php
installer
2019-01-24 05:33:11 +00:00
$data
=
array
();
bagisto installer , #399 #400 #382 #301 #344 #214 #359 #223 #138 issue fixed
2018-12-31 11:57:32 +00:00
issue #725
2019-03-29 06:29:29 +00:00
$data
[
'install'
]
=
0
;
installer
2019-01-24 05:33:11 +00:00
bagisto installer , #399 #400 #382 #301 #344 #214 #359 #223 #138 issue fixed
2018-12-31 11:57:32 +00:00
echo
json_encode
(
$data
);