このコミットが含まれているのは:
守矢諏訪子 2022-03-27 03:04:23 +09:00
コミット b5815604a9
2個のファイルの変更8行の追加1行の削除

2
.gitignore vendored
ファイルの表示

@ -1 +1 @@
config.php /config.php

7
src/config.php ノーマルファイル
ファイルの表示

@ -0,0 +1,7 @@
<?php
$sitename = 'アプリ';
$sitedesc = 'PHP用エンジンです。';
$siteurl = 'http://127.0.0.1:8000'; // cd ~/dev/phpengine/public && php -S 127.0.0.1:8000
$thumbnail = 'applogo.png';
include('../public/index.php');
?>