source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; // line 2 echo _gettext("Slave replication"); echo " "; // line 3 if (($context["server_slave_multi_replication"] ?? null)) { // line 4 echo " "; echo _gettext("Master connection:"); // line 5 echo "
"; // line 6 echo PhpMyAdmin\Url::getHiddenInputs(($context["url_params"] ?? null)); echo "


"; } // line 20 echo " "; // line 21 if (($context["server_slave_status"] ?? null)) { // line 22 echo "
"; // line 23 if ( !($context["slave_sql_running"] ?? null)) { // line 24 echo " "; echo call_user_func_array($this->env->getFilter('error')->getCallable(), [_gettext("Slave SQL Thread not running!")]); echo " "; } // line 26 echo " "; if ( !($context["slave_io_running"] ?? null)) { // line 27 echo " "; echo call_user_func_array($this->env->getFilter('error')->getCallable(), [_gettext("Slave IO Thread not running!")]); echo " "; } // line 29 echo "

"; // line 30 echo _gettext("Server is configured as slave in a replication process. Would you like to:"); echo "

"; } elseif ( ! // line 101 ($context["has_slave_configure"] ?? null)) { // line 102 echo " "; ob_start(function () { return ''; }); // line 106 echo " "; echo _gettext("This server is not configured as slave in a replication process. Would you like to %sconfigure%s it?"); // line 107 echo " "; $___internal_18ab9cb6ba2fdef503fea576def3e6698e544231ab7c7a91ab9b9a9e2cd7c493_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); // line 102 echo sprintf($___internal_18ab9cb6ba2fdef503fea576def3e6698e544231ab7c7a91ab9b9a9e2cd7c493_, ((" true, "repl_clear_scr" => true]))) . "\">"), ""); // line 108 echo " "; } // line 109 echo "
"; } public function getTemplateName() { return "server/replication/slave_configuration.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 286 => 109, 283 => 108, 281 => 102, 278 => 107, 275 => 106, 272 => 102, 270 => 101, 264 => 97, 262 => 96, 258 => 95, 247 => 87, 243 => 86, 239 => 85, 233 => 81, 231 => 80, 227 => 79, 221 => 76, 217 => 74, 215 => 73, 206 => 66, 203 => 65, 200 => 64, 197 => 63, 194 => 62, 192 => 61, 188 => 60, 183 => 57, 180 => 56, 177 => 55, 174 => 54, 171 => 53, 169 => 52, 165 => 51, 160 => 48, 158 => 47, 154 => 46, 147 => 42, 143 => 41, 136 => 37, 130 => 34, 126 => 33, 120 => 30, 117 => 29, 111 => 27, 108 => 26, 102 => 24, 100 => 23, 97 => 22, 95 => 21, 92 => 20, 84 => 15, 81 => 14, 72 => 11, 65 => 10, 61 => 9, 57 => 8, 52 => 6, 49 => 5, 46 => 4, 44 => 3, 40 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "server/replication/slave_configuration.twig", "/usr/local/www/phpMyAdmin/templates/server/replication/slave_configuration.twig"); } }