mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
[fix] Clean residual files
This commit is contained in:
parent
65e319f926
commit
b7708fe76a
5 changed files with 0 additions and 29 deletions
|
@ -1,5 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
db_pwd=$(sudo cat /etc/yunohost/mysql)
|
|
||||||
user=$1
|
|
||||||
mysql -u root -p$db_pwd limesurvey -e "INSERT IGNORE INTO prefix_users (users_name) VALUES ('$user');INSERT IGNORE INTO prefix_permissions (entity,entity_id,uid,permission,create_p,read_p,update_p,delete_p,import_p,export_p) SELECT 'global',0,uid,'surveys',1,1,1,1,0,1 FROM prefix_users WHERE users_name='$user'"
|
|
|
@ -1,8 +0,0 @@
|
||||||
copy.src.files=false
|
|
||||||
copy.src.target=/var/www/limesurvey_ynh
|
|
||||||
index.file=
|
|
||||||
remote.connection=grimaud.me-aac780
|
|
||||||
remote.directory=/limesurvey__1
|
|
||||||
remote.upload=ON_RUN
|
|
||||||
run.as=REMOTE
|
|
||||||
url=https://grimaud.me/sondage/
|
|
|
@ -1,7 +0,0 @@
|
||||||
include.path=${php.global.include.path}
|
|
||||||
php.version=PHP_5
|
|
||||||
source.encoding=UTF-8
|
|
||||||
src.dir=.
|
|
||||||
tags.asp=false
|
|
||||||
tags.short=true
|
|
||||||
web.root=.
|
|
|
@ -1,9 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project xmlns="http://www.netbeans.org/ns/project/1">
|
|
||||||
<type>org.netbeans.modules.php.project</type>
|
|
||||||
<configuration>
|
|
||||||
<data xmlns="http://www.netbeans.org/ns/php-project/1">
|
|
||||||
<name>limesurvey_ynh</name>
|
|
||||||
</data>
|
|
||||||
</configuration>
|
|
||||||
</project>
|
|
Loading…
Reference in a new issue