uawdijnntqw1x1x1
IP : 216.73.217.34
Hostname : webm019.cluster129.gra.hosting.ovh.net
Kernel : Linux webm019.cluster129.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
checkyd
/
www
/
plugins
/
spip-bonux
/
..
/
facteur
/
..
/
seo-1
/
base
/
seo_tables.php
/
/
<?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; }
/home/checkyd/www/plugins/spip-bonux/../facteur/../seo-1/base/seo_tables.php