Fix in define
This commit is contained in:
parent
fcebd8ac0b
commit
86c0ae1496
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ class Linux {
|
|||
|
||||
ob_end_clean();
|
||||
|
||||
$distro_data="<?php\n\n\define('DISTRO_LINUX', '".$distro."');";
|
||||
$distro_data="<?php\n\ndefine('DISTRO_LINUX', '".$distro."');";
|
||||
|
||||
if(!is_dir($dir_distro)) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue