item4 / worst-php-code

DO NOT WRITE PHP CODE LIKE THIS
Other
14 stars 0 forks source link

설정 파일 분리 #6

Closed item4 closed 7 years ago

item4 commented 8 years ago
<?
$host = 'localhost';
$user = 'username';
$password = 'password';
?>
<?
include "config.php";
?>

IDEA by @lifthrasiir