WP File Manager
Current Path:
/
home
/
argothem
/
www
/
organecyberpresse
/
plugins
/
auto
/
fulltext
/
v3.0.0
/
action
/
Name
Action
..
fulltext_convert_engine.php
Edit
fulltext_convert_innodb.php
Edit
fulltext_convert_myisam.php
Edit
fulltext_creer_index.php
Edit
fulltext_regenerer_index.php
Edit
fulltext_supprimer_index.php
Edit
Editing: fulltext_convert_innodb.php
<?php /** * Plugin Fulltext */ if (!defined('_ECRIRE_INC_VERSION')) { return; } function action_fulltext_convert_innodb_dist($table = null) { $fulltext_convert_engine = charger_fonction('fulltext_convert_engine', 'action'); $fulltext_convert_engine($table, 'innodb'); }