HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/var/www/html/phpmyadmin/templates/
Upload File :
Current File : //proc/self/root/var/www/html/phpmyadmin/templates/recent_favorite_table_recent.twig
{% for table in tables %}
<li class="warp_link">
  <a href="{{ url('/table/recent-favorite', table)  }}">
    `{{ table.db }}`.`{{ table.table }}`
  </a>
</li>
{% endfor %}