[andruill-engine~versions:5] (Commit message missing)
- From: Meares@kenai.com
- To: commits@andruill-engine.kenai.com
- Subject: [andruill-engine~versions:5] (Commit message missing)
- Date: Fri, 30 Oct 2009 22:56:27 +0000
Project: andruill-engine
Repository: versions
Revision: 5
Author: Meares
Date: 2009-10-30 22:56:26 UTC
Link:
Log Message:
------------
Revisions:
----------
5
Modified Paths:
---------------
0.01/config.php
Diffs:
------
Index: 0.01/config.php
===================================================================
--- 0.01/config.php (revision 4)
+++ 0.01/config.php (revision 5)
@@ -11,14 +11,14 @@
$config = array(
'game' => array(
- 'name' => 'Andruill',
- 'adress' => ''
+ 'name' => 'Andruill', // nazwa gry
+ 'adress' => '' // Adres gry z "/" na końcu (!)
),
'db' => array(
- 'host' => '',
- 'name' => '',
- 'user' => '',
- 'password' => ''
+ 'host' => '', // Host bazy danych
+ 'name' => '', // Nazwa bazy danych
+ 'user' => '', // Użytkownik bazy danych
+ 'password' => '' // Hasło użytkownika bazy danych
)
);
|
[andruill-engine~versions:5] (Commit message missing) |
Meares | 10/30/2009 |





