This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "realtime", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "server.js", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "author": "", | |
| "license": "ISC", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <?php echo $this->Html->charset(); ?> | |
| <title> | |
| <?php echo $this->fetch('title'); ?> | |
| </title> | |
| <!-- Material Design fonts --> | |
| <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700"> | |
| <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/icon?family=Material+Icons"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <?php echo $this->Html->charset(); ?> | |
| <title> | |
| <?php echo $this->fetch('title'); ?> | |
| </title> | |
| <!-- Material Design fonts --> | |
| <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700"> | |
| <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/icon?family=Material+Icons"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- phpMyAdmin SQL Dump | |
| -- version 3.4.11.1deb2+deb7u4 | |
| -- http://www.phpmyadmin.net | |
| -- | |
| -- Client: localhost | |
| -- Généré le: Mer 24 Août 2016 à 12:24 | |
| -- Version du serveur: 5.5.49 | |
| -- Version de PHP: 5.4.45-0+deb7u3 | |
| SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; |
NewerOlder