|
@@ -31,11 +31,6 @@ class configuration extends Conexion_Mysql {
|
31
|
31
|
$register=$this->obtenerRegistro();
|
32
|
32
|
$this->tablePrefix = Table_prefix;
|
33
|
33
|
$this->urlGelato = $register['url_installation'];
|
34
|
|
- echo "<pre style='background-color:white;'>";
|
35
|
|
- print_r($register);
|
36
|
|
- echo" </pre>";
|
37
|
|
-
|
38
|
|
- $this->idUser = $register['id_user'];
|
39
|
34
|
$this->postLimit = $register['posts_limit'];
|
40
|
35
|
$this->title = $register['title'];
|
41
|
36
|
$this->description = $register['description'];
|