Changeset 1176 for tags


Ignore:
Timestamp:
2008년 03월 08일 13시 28분 31초 (4 years ago)
Author:
ditto
Message:
  • SQLExporter 버그 수정
  • 설치 후 로그인 화면으로 이동하도록
Location:
tags/0.10
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tags/0.10/install.php

    r1106 r1176  
    226226    $safe = true; 
    227227 
    228     $admin_url = $rewrite ? 'admin' : 'metabbs.php/admin'; 
     228    $admin_url = ($rewrite ? '' : 'metabbs.php/') . 'account/login/?url=../../admin/'; 
    229229 
    230230        echo "<h2>Installation Finished</h2>"; 
  • tags/0.10/lib/backends/mysql/installer.php

    r1031 r1176  
    3737                $sql = array(); 
    3838                $columns = $this->db->get_columns($t); 
    39                 array_unshift($columns, 'id'); 
    4039                $_columns = array(); 
    4140                foreach ($columns as $c) { 
  • tags/0.10/lib/core.php

    r1104 r1176  
    11<?php 
    2 define('METABBS_VERSION', '0.10-devel'); 
     2define('METABBS_VERSION', '0.10'); 
    33 
    44require METABBS_DIR . '/lib/config.php'; 
Note: See TracChangeset for help on using the changeset viewer.