1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00

Rebranding

This commit is contained in:
daniel 2019-12-02 12:17:41 -03:00
parent 0421f5ad2f
commit 400ab5d239
254 changed files with 707 additions and 698 deletions

View file

@ -212,7 +212,7 @@ CREATE TABLE IF NOT EXISTS `configurations` (
`video_resolution` VARCHAR(12) NOT NULL,
`users_id` INT NOT NULL,
`version` VARCHAR(10) NOT NULL,
`webSiteTitle` VARCHAR(45) NOT NULL DEFAULT 'YouPHPTube',
`webSiteTitle` VARCHAR(45) NOT NULL DEFAULT 'AVideo',
`language` VARCHAR(6) NOT NULL DEFAULT 'en',
`contactEmail` VARCHAR(45) NOT NULL,
`modified` DATETIME NOT NULL,