Changeset 2339 for trunk/install.php


Ignore:
Timestamp:
May 15, 2008, 12:25:36 AM (16 years ago)
Author:
rub
Message:

Change some PhpWebGallery to Piwigo.
Not all PhpWebGallery has been translated!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install.php

    r2299 r2339  
    143143//----------------------------------------------------- variable initialization
    144144
    145 define('DEFAULT_PREFIX_TABLE', 'phpwebgallery_');
     145define('DEFAULT_PREFIX_TABLE', 'piwigo_');
    146146
    147147// Obtain various vars
     
    173173{
    174174  include($config_file);
    175   // Is PhpWebGallery already installed ?
     175  // Is Piwigo already installed ?
    176176  if (defined("PHPWG_INSTALLED"))
    177177  {
    178     die('PhpWebGallery is already installed');
     178    die('Piwigo is already installed');
    179179  }
    180180}
     
    300300    create_empty_local_files();
    301301
    302     // tables creation, based on phpwebgallery_structure.sql
     302    // tables creation, based on piwigo_structure.sql
    303303    execute_sqlfile(
    304       PHPWG_ROOT_PATH.'install/phpwebgallery_structure.sql',
     304      PHPWG_ROOT_PATH.'install/piwigo_structure.sql',
    305305      DEFAULT_PREFIX_TABLE,
    306306      $table_prefix
Note: See TracChangeset for help on using the changeset viewer.