sarga/public/installer/Composer.php

7 lines
75 B
PHP
Executable File

<?php
$data = array();
$data['install'] = 0;
echo json_encode($data);