PHP Classes

File: templates/main/success.html.twig

Recommend this page to a friend!
  Classes of Manolo Salsas   PHP Find Text in Files   templates/main/success.html.twig   Download  
File: templates/main/success.html.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Find Text in Files
Search text in files like the Linux command
Author: By
Last change:
Date: 2 years ago
Size: 385 bytes
 

Contents

Class file image Download
{% extends 'base.html.twig' %} {% block title %}Find the linux command{% endblock %} {% block body %} <h1>Find the linux command</h1> <div class="container"> <p>The linux command is:</p> <pre> {{ linux_command }} </pre> <div> <a href="{{ path('app_main_index') }}">Go Back</a> </div> </div> {% endblock %}