- Timestamp:
- 2008년 03월 08일 13시 28분 31초 (4 years ago)
- Location:
- tags/0.10
- Files:
-
- 3 edited
-
install.php (modified) (1 diff)
-
lib/backends/mysql/installer.php (modified) (1 diff)
-
lib/core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/0.10/install.php
r1106 r1176 226 226 $safe = true; 227 227 228 $admin_url = $rewrite ? 'admin' : 'metabbs.php/admin';228 $admin_url = ($rewrite ? '' : 'metabbs.php/') . 'account/login/?url=../../admin/'; 229 229 230 230 echo "<h2>Installation Finished</h2>"; -
tags/0.10/lib/backends/mysql/installer.php
r1031 r1176 37 37 $sql = array(); 38 38 $columns = $this->db->get_columns($t); 39 array_unshift($columns, 'id');40 39 $_columns = array(); 41 40 foreach ($columns as $c) { -
tags/0.10/lib/core.php
r1104 r1176 1 1 <?php 2 define('METABBS_VERSION', '0.10 -devel');2 define('METABBS_VERSION', '0.10'); 3 3 4 4 require METABBS_DIR . '/lib/config.php';
Note: See TracChangeset
for help on using the changeset viewer.
