*** empty log message ***
This commit is contained in:
parent
1c13bb7a62
commit
e56785308c
@ -83,7 +83,10 @@ class WebcalConf {
|
||||
Function WebcalConf() {
|
||||
$this->enabled = 1;
|
||||
|
||||
$this->url = "http://webcalendar.lafrere.lan/";
|
||||
|
||||
$this->db = new DbConf();
|
||||
$this->db->user = "webcal";
|
||||
$this->db->name = "webcal";
|
||||
|
||||
}
|
||||
|
||||
@ -41,7 +41,9 @@ data:
|
||||
&& make load
|
||||
|
||||
dev:
|
||||
$(MYSQL) $(BASE) < data/data_dev.sql
|
||||
cd data \
|
||||
&& make dev
|
||||
|
||||
|
||||
fulldev: droptable table load dev
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user