name : config.php
<?php

$config = array(
    'debugmode' => true,
    'db' => array(
        'type' => 'mysql',
        'host' => 'localhost',
        'name' => 'interiorvi_web2',
        'user' => 'interiorvi_web2',
        'pass' => 'interiorvv2',
//        'name' => 'interiorvi_web',
//        'user' => 'root',
//        'pass' => '313326',
    ),
    'lang' => array('th', 'en'),
    'linkToSite' => 'http://interiorvisions.co.th/',
    'auther' => 'Administrator',
    'menuControl' => array(
        'content' => false,
        'image' => false,
        'gallery' => true,
        'video' => false,
        'uppic' => true,
        'extend' => true,
    ),
    'limitSilde' => 6,
    'catagMenu' => array(
        '1' => 'Interior',
        '2' => 'Architecture',
        '3' => 'Graphic',
        '4' => 'Press',
    ),
    'catagUppic' => array(
        '1' => 'interior',
        '2' => 'arthiecture',
        '3' => 'graphic',
        '4' => 'cover',
        '5' => 'pagecenter',
        '6' => 'team',
        '7' => 'management',
        '8' => 'other',
    ),
    'uppic' => array(
        'file_path' => '/home/interiorvi/domains/interiorvisions.co.th/public_html/uimages/',
        'url_path' => 'http://interiorvisions.co.th/uimages/',
        'original_size' => 400,
        'thumbnail_size' => 100,
    ),
);
?>

© 2024 UnknownSec