Файловый менеджер - Редактировать - /home/checkyd/www/7b5d0/seo_tables.php.tar
Назад
home/checkyd/www/plugins/seo-1/base/seo_tables.php 0000644 00000001410 15252511237 0016101 0 ustar 00 <?php // Sécurité if (!defined("_ECRIRE_INC_VERSION")) return; function seo_declarer_tables_interfaces($interface){ // 'spip_' dans l'index de $tables_principales $interface['table_des_tables']['seo'] = 'seo'; return $interface; } function seo_declarer_tables_principales($tables_principales){ //-- Table SEO ----------------------------------------------------- $seo = array( 'id_object' => "int(11) NOT NULL", 'type_object' => "varchar(10) NOT NULL", 'meta_name' => "varchar(20) NOT NULL", 'meta_content' => "text NOT NULL", ); $seo_cles = array( "PRIMARY KEY" => "id_object, type_object, meta_name" ); $tables_principales['spip_seo'] = array( 'field' => &$seo, 'key' => &$seo_cles ); return $tables_principales; }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка