7 lines
No EOL
138 B
PHP
Executable file
7 lines
No EOL
138 B
PHP
Executable file
<?php
|
|
|
|
|
|
$db->Execute("INSERT INTO ".tbl('config')." (`configid`, `name`, `value`) VALUES
|
|
(NULL, 'elastic_server_ip', 'localhost');");
|
|
|
|
?>
|