Skip to content

Commit

Permalink
mengubah short tag php dan sedikit penyesuaian penulisan kode di inst…
Browse files Browse the repository at this point in the history
…all2.php
  • Loading branch information
sutriadi committed Apr 23, 2012
1 parent 0d7fd23 commit 6dcbce9
Show file tree
Hide file tree
Showing 2 changed files with 181 additions and 183 deletions.
4 changes: 2 additions & 2 deletions install/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
if(strlen($match[1]))
$phpinfo[$match[1]] = array();
elseif(isset($match[3]))
$phpinfo[end(array_keys($phpinfo))][$match[2]] = isset($match[4]) ? array($match[3], $match[4]) : $match[3];
@$phpinfo[end(array_keys($phpinfo))][$match[2]] = isset($match[4]) ? array($match[3], $match[4]) : $match[3];
else
$phpinfo[end(array_keys($phpinfo))][] = $match[2];
@$phpinfo[end(array_keys($phpinfo))][] = $match[2];
}
?>

Expand Down
Loading

0 comments on commit 6dcbce9

Please sign in to comment.